https://github.com/splorg/go-auth
https://github.com/splorg/go-auth
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/splorg/go-auth
- Owner: splorg
- Created: 2024-03-30T19:56:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T07:15:06.000Z (almost 2 years ago)
- Last Synced: 2024-03-31T22:23:14.858Z (almost 2 years ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-auth
Example repository of how to setup token based authentication in a Go service and middleware for protected routes
This project uses:
- [Fiber](https://gofiber.io/) for routing
- [GORM](https://gorm.io/) for ORM
- [Air](https://github.com/cosmtrek/air) for live-reloading
- [golang-jwt](github.com/golang-jwt/jwt) for handling JWT