Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhathiya29/jwt_auth-node-express
This repository provides a JWT (JSON Web Token) based authentication system, designed to secure APIs and web applications
https://github.com/bhathiya29/jwt_auth-node-express
authentication-backend expressjs jwt-authentication jwt-token nodejs
Last synced: 15 days ago
JSON representation
This repository provides a JWT (JSON Web Token) based authentication system, designed to secure APIs and web applications
- Host: GitHub
- URL: https://github.com/bhathiya29/jwt_auth-node-express
- Owner: Bhathiya29
- Created: 2024-07-07T08:26:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T08:37:17.000Z (6 months ago)
- Last Synced: 2024-11-05T11:09:51.494Z (2 months ago)
- Topics: authentication-backend, expressjs, jwt-authentication, jwt-token, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## JWT Authentication Repository
This repository provides a JWT (JSON Web Token) based authentication system, designed to secure APIs and web applications. JWT is a compact, URL-safe means of representing claims to be transferred between two parties. This README provides an overview of the repository structure, installation instructions, and basic usage guidelines.
Features
- JWT Generation: Generate JWTs upon successful authentication.
- JWT Validation: Validate incoming JWTs to authenticate and authorize users.
- Token Expiry: Implement token expiration to enhance security.Nodejs and Express have been used to implement the back-end and Postman to send requests to the endpoints to test out the functionalities