Skip to content

Gauravst/auth-system-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication System In Go (Backend)

Go REST API PostgreSQL


API Endpoints

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.

About

JWT Auth System In Go (go lang)

Topics

Resources

License

Stars

Watchers

Forks