/node-session-auth-example

Sample implementation of Session Authentication in Node.js

Primary LanguageJavaScriptMIT LicenseMIT

node-session-auth-example

Codebase for the "Session Authentication" video on my YouTube channel.

Setup

Clone and install the dependencies

git clone git@github.com:kamranahmedse/node-session-auth-example.git
npm install

Run the below command to start the application

npm run start

License

MIT © Kamran Ahmed