| Method | Endpoint | Description |
|---|---|---|
| GET | api/user |
Get all Users data |
| GET | api/user/{id} |
Get User by Id |
| PUT | api/user/{id} |
Update User by Id. |
| DELETE | api/user/{id} |
Delete a User by Id. |
| POST | api/auth/signup |
Sign Up a user. |
| POST | api/auth/login |
Login User. |
| POST | api/auth/refresh |
Refresh JWT Token. |
| POST | api/auth/resend-verification |
Resend Verification Email |
| POST | api/auth/forgot-password |
Forgot Password. |
| POST | api/auth/reset-password |
Reset Password. |
| POST | api/auth/change-password |
Change Password. |
| GET | api/auth/status |
Get Auth/Login Status. |
-
Notifications
You must be signed in to change notification settings - Fork 0
JWT Auth System In Go (go lang)
License
Gauravst/auth-system-go
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
JWT Auth System In Go (go lang)