REST API implementing Hexagonal Architecture, including authentication
- User Register
- Authentication
- Refresh Token
Method | path | Description |
---|---|---|
POST | /users | Create a new user |
GET | /user/profile | Get user information with protected route |
POST | /authentication | Login with credential |
PUT | /authentication | Create new access token |
Delete | /authentication | logout |
- Gin
- Postgres
- Sqlx
- Logrus
- Dotenv