Skip to content

MaximilianoTRZ/go_auth_server

Repository files navigation

Golang JWT Authentication Server

To run the server and db:

docker-compose up --build

Technologies

  • Go
  • Go Fiber
  • Postgres
  • Docker

Postman Collection

  • GET /auth - Check if the server is running.
  • GET /auth/authenticated-user - Retrieve details of the authenticated user.
  • POST /auth/register - Register a new user.
  • POST /auth/login - Log in with credentials.
  • POST /auth/logout - Log out the current user.

Releases

No releases published

Packages

No packages published

Languages