Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iammahesh123 authored Feb 4, 2024
1 parent 492f415 commit b5a1c9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ The `UserService` microservice is responsible for managing user-related operatio
#### Features:

- **User Registration:**
- Endpoint: `POST /api/users/register`
- Endpoint: `POST auth/signup`
- Allows new users to register by providing necessary details.
- Utilizes web security to ensure secure registration.

- **User Authentication:**
- Endpoint: `POST /api/users/login`
- Endpoint: `POST auth/signin`
- Implements web security and JWT token authentication for secure user login.
- Generates a JWT token upon successful authentication.

- **Get User Details:**
- Endpoint: `GET /api/users/{userId}`
- Endpoint: `GET /api/user/profile`
- Retrieves user details based on the provided user ID.

#### Security:
Expand Down

0 comments on commit b5a1c9f

Please sign in to comment.