Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement JWT Authentication #2

Open
sandeshbodake opened this issue Oct 10, 2022 · 2 comments
Open

Implement JWT Authentication #2

sandeshbodake opened this issue Oct 10, 2022 · 2 comments

Comments

@sandeshbodake
Copy link
Owner

APIs:

Request Type Endpoint Use Case
POST /auth/login User Login
GET /auth/:id/refresh Refresh Login Token
PATCH /users/:id Update User Details
GET /users List All users
POST /users Create a user
GET /users/:id Get a specific user
DELETE /users/:id Delete a specific user
@sandeshbodake sandeshbodake changed the title JWT Authentication Implement JWT Authentication Oct 10, 2022
@Pratham16121
Copy link

Hey @sandeshbodake, Can you assign me this issue?

@sandeshbodake
Copy link
Owner Author

Sure @Pratham16121, Let me know if you face any issues with setting up the repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants