/rest-auth-microservice

Microservice for authentication

Primary LanguageJavaScript

REST Authentication Microservice

MongoDB

Author: Luis Middleton

Install

yarn

NPM

npm install

Start

npm start

Environment variables

MONGO_USER: Username for Mongo Atlas Cluster

MONGO_PASSWORD: Password for Mongo Atlas Cluster

MONGO_DOMAIN: URL Domain for Mongo Atlas Instance (e.g. cluster100@somecloud.somedomain)

MONGO_DATABSE: Database name withing Cluster (e.g. Users, App)

PORT: Port to be used (Defaults to 4000)

JWT_SECRET: JSON Web Token Secret Key