Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 229 Bytes

File metadata and controls

10 lines (7 loc) · 229 Bytes

#GoLang application for JWT authentication

This uses the Gin framework

Initial setup

  1. go mod init github.com/Alfred-mk/go-jwt
  2. go get -u gorm.io/gorm
  3. go get -u gorm.io/driver/mysql
  4. go get -u github.com/gin-gonic/gin