Skip to content

afterschool0/auth0

Repository files navigation

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

About

User authentication made with nean

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors