Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 253 Bytes

File metadata and controls

16 lines (10 loc) · 253 Bytes

auth0

User authentication made with nean

Install

npm

> cd open_auth0
> npm install

MongoDB

$ mongo  
> use DB_NAME
> db.createUser({user:"DB_USERNAME", pwd:"DB_PASSWORD", roles:[ "readWrite", "dbOwner" ]})