Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayvaij authored Jun 15, 2024
1 parent cab0dbf commit 591cd44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ UAuthX is a user authentication system built with Node.js and MongoDB. It provid
- User registration with email and password
- User login with email and password
- Token-based authentication using JWT (JSON Web Tokens)
- Password hashing for secure storage
- Centralized management of user authentication
- Scalable architecture

Expand Down Expand Up @@ -110,4 +109,4 @@ To access admin routes, use Basic Authentication with your admin username and pa
Authorization: Basic base64_encode(username:password)
```

---
---

0 comments on commit 591cd44

Please sign in to comment.