#GoLang application for JWT authentication
This uses the Gin framework
Initial setup
- go mod init github.com/Alfred-mk/go-jwt
- go get -u gorm.io/gorm
- go get -u gorm.io/driver/mysql
- go get -u github.com/gin-gonic/gin
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#GoLang application for JWT authentication
This uses the Gin framework
Initial setup