https://github.com/monhi/nodejs-jwt-html
this is project that uses JSON Web Token to keep the track of user login in a site.
https://github.com/monhi/nodejs-jwt-html
html jwt nodejs
Last synced: about 2 months ago
JSON representation
this is project that uses JSON Web Token to keep the track of user login in a site.
- Host: GitHub
- URL: https://github.com/monhi/nodejs-jwt-html
- Owner: monhi
- Created: 2022-03-05T09:34:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T06:27:31.000Z (over 4 years ago)
- Last Synced: 2025-07-16T08:44:22.614Z (12 months ago)
- Topics: html, jwt, nodejs
- Language: EJS
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs-JWT-html
This is a project that uses JSON Web Token to keep the track of user login in a site.
The server side is a fork from this project:
https://github.com/narenaryan/node-jwt-integ
Also there is a good documentation of above project in following link:
https://medium.com/dev-bits/a-guide-for-adding-jwt-token-based-authentication-to-your-single-page-nodejs-applications-c403f7cf04f4
Most of the samples of authentication that I saw uses Postman or CURL to emulate the client side.
But in this project, I would like to show how client side receives the JWT and sends it to server after authentication.
Thus the focus of this project is how to use JWT in client side and add it to header of HTML files.