/node-auth-session

Session based authentication with Node.js

Primary LanguageTypeScript

Authentication in Node.js

To spin up MongoDB and Redis cache

Under the application root directory, run

npm run up

To run the application (in dev mode)

Under the application root directory, run

npm run dev