An open API service indexing awesome lists of open source software.

https://github.com/splorg/go-auth


https://github.com/splorg/go-auth

Last synced: 11 months ago
JSON representation

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