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" ]})