auth-system-go

module
v0.0.0-...-b141b64 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2025 License: MIT

README

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.

Directories

Path Synopsis
cmd
auth-system-go command
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL