Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardcoder404/jwt-auth-concept
All concept about JWT auth, and Private & Protected Routes in Reactjs
https://github.com/hardcoder404/jwt-auth-concept
express joi jwt node private-route protected-routes react-toastify reactjs
Last synced: 4 days ago
JSON representation
All concept about JWT auth, and Private & Protected Routes in Reactjs
- Host: GitHub
- URL: https://github.com/hardcoder404/jwt-auth-concept
- Owner: HardCoder404
- Created: 2024-09-16T15:19:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T15:29:01.000Z (3 months ago)
- Last Synced: 2024-10-31T02:41:59.419Z (about 2 months ago)
- Topics: express, joi, jwt, node, private-route, protected-routes, react-toastify, reactjs
- Language: JavaScript
- Homepage: https://jwt-auth-concept.vercel.app
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend:
installation to setup backend ( normal case ):1. npm i express jsonwebtoken bcrypt body-parser dotenv mongoose joi cors
2. create index.js file
3. Folder Structure:
Models : Eske andr tumahre Schema hote hai, or databse v add kr skte ho.
Controllers : Eske andr logic define hota hai
Middlewares : Eske andr auth part hota hai
Routes : Eske andr API routes define hote hai