https://github.com/manmohit12/auth-api
🔐 This is a secure RESTful API where only authenticated users of the application can access protected data.
https://github.com/manmohit12/auth-api
express nodejs rest-api ssr
Last synced: 2 months ago
JSON representation
🔐 This is a secure RESTful API where only authenticated users of the application can access protected data.
- Host: GitHub
- URL: https://github.com/manmohit12/auth-api
- Owner: Manmohit12
- Created: 2025-06-26T15:45:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T16:29:46.000Z (about 1 year ago)
- Last Synced: 2025-06-26T16:41:47.152Z (about 1 year ago)
- Topics: express, nodejs, rest-api, ssr
- Language: JavaScript
- Homepage: https://auth-api-nine-theta.vercel.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🔐 Authenticated User API
This API is built with security in mind. Only users who are **registered and logged in** can access protected routes.
We use **JWT authentication** to authorize users and ensure that all data is securely accessed.
### 🔑 Key Features:
- User registration & login
- Passwords are hashed before storage
- JWT token-based authentication (valid for 4 hours)
- Protected route: `/api/users` (accessible only with a valid token)