weilyuwang / node-auth-session

Session based authentication with Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Session based authentication with Node.js


Languages

Language:TypeScript 98.4%Language:Shell 1.6%