https://github.com/maximilianotrz/go_auth_server
Golang JWT Authentication Server
https://github.com/maximilianotrz/go_auth_server
docker docker-compose fiber-go go golang postgres
Last synced: 3 months ago
JSON representation
Golang JWT Authentication Server
- Host: GitHub
- URL: https://github.com/maximilianotrz/go_auth_server
- Owner: MaximilianoTRZ
- Created: 2025-01-19T00:02:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T04:14:53.000Z (over 1 year ago)
- Last Synced: 2025-01-28T05:20:45.946Z (over 1 year ago)
- Topics: docker, docker-compose, fiber-go, go, golang, postgres
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.