authentication-flows-js-elasticsearch
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

authentication-flows-js-elasticsearch

npm Package build status

This project is a ElasticSearch implementation for AuthenticationAccountRepository of authentication-flows-js.

environment variables

ELASTIC_SEARCH_URL

docker pull docker.elastic.co/elasticsearch/elasticsearch:7.9.0

run elastic docker (version 7.1.0):

docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.1.0

set ELASTIC_SEARCH_URL=https://localhost:9200

Package Sidebar

Install

npm i authentication-flows-js-elasticsearch

Weekly Downloads

24

Version

1.0.12

License

ISC

Unpacked Size

36.5 kB

Total Files

16

Last publish

Collaborators

  • ohad.redlich