https://github.com/ditikrushna/end-to-end-authentication-using-node-js-and-jwt-
An end to end application which demonstrates how we can implement authentication in an application using Node.js and JSON Web Tokens and some good practices.
https://github.com/ditikrushna/end-to-end-authentication-using-node-js-and-jwt-
authentication expressjs jwt middleware node
Last synced: 3 months ago
JSON representation
An end to end application which demonstrates how we can implement authentication in an application using Node.js and JSON Web Tokens and some good practices.
- Host: GitHub
- URL: https://github.com/ditikrushna/end-to-end-authentication-using-node-js-and-jwt-
- Owner: ditikrushna
- Created: 2021-03-09T18:48:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T10:29:29.000Z (over 5 years ago)
- Last Synced: 2025-06-20T23:03:51.554Z (about 1 year ago)
- Topics: authentication, expressjs, jwt, middleware, node
- Language: JavaScript
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### End to End Authentication Using Node.JS And JWT
**Objective**
- An end to end application which demonstrates how we can implement authentication in an application using Node.js and JSON Web Tokens and some good practices.
**Learning Objective :**
Node.js , Express.js , Authentication , JWT , Middlewares
**Road Map :**
| Milestone| Progress|
|--|--|
| Learn about Node and NPM | ✅ |
| Create a web-server and create some basic REST APIs | ✅ |
| Learn how express.js framework simplify creation of REST APIs and user it to re-build our APIs | ✅ |
| Implement backend APIs for our small Linkedin app & test by downloading a pre-bulid frontend app. | ✅ |
| Learn about JWT and improve our authentication logic | ✅ |
| Learn evnironment variables and express middlewares and use them | ✅ |