We are using custom datastore
mongodband own authentication method using jwt innodejs.
- OneLogin
- Configure OneLogin as SAML Identity Provider and setup
Install the server dependencies
Heroku hosted URL
> git subtree push --prefix server heroku masterHeroku env variable list
> heroku config:set "MONGODB_URI=mongodb_srv://<username>:<password>@cluster0-..."
> heroku config:set "SALT=8"
> heroku config:set "JWT_SECRET=supersecret"MIT © Murshid Azher.