node-basic-auth-example icon indicating copy to clipboard operation
node-basic-auth-example copied to clipboard

Sample implementation of Basic Authentication in Node.js

node-basic-auth-example

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

Setup

Clone and install the dependencies

git clone [email protected]:kamranahmedse/node-basic-auth-example.git
npm install

Run the below command to start the application

npm run start

License

MIT © Kamran Ahmed