https://github.com/singhdigamber/node-token-based-authentication
In this tutorial, we are going to learn how to build a secure token-based user authentication REST APIs using JWT (JSON web token), bcrypt, Node, Express, and MongoDB.
https://github.com/singhdigamber/node-token-based-authentication
authentication-backend bcrypt-library express-js express-middleware jwt-authentication node nodea restapi-example
Last synced: about 2 months ago
JSON representation
In this tutorial, we are going to learn how to build a secure token-based user authentication REST APIs using JWT (JSON web token), bcrypt, Node, Express, and MongoDB.
- Host: GitHub
- URL: https://github.com/singhdigamber/node-token-based-authentication
- Owner: SinghDigamber
- Created: 2023-07-07T11:56:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T11:58:22.000Z (over 2 years ago)
- Last Synced: 2025-07-06T08:05:10.786Z (9 months ago)
- Language: JavaScript
- Homepage: https://www.positronx.io/build-secure-jwt-token-based-authentication-api-with-node/
- Size: 4.72 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-token-based-authentication
[Build Secure (JWT) Token Based Auth API with Node](https://www.positronx.io/build-secure-jwt-token-based-authentication-api-with-node/)