Skip to content

Imnmania/Go-JWT-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT Authentication in Go

ORM Library (GORM)

go get -u gorm.io/gorm
go get -u gorm.io/driver/postgres

Web Framework (GIN)

go get -u github.com/gin-gonic/gin

Bcrypt (bcrypt, Repository)

go get -u golang.org/x/crypto/bcrypt

JWT-go (Official, GitHub)

go get -u github.com/golang-jwt/jwt/v5

GoDotEnv (GitHub)

go get github.com/joho/godotenv

Compile Daemon (GitHub)

go get github.com/githubnemo/CompileDaemon
go install github.com/githubnemo/CompileDaemon
CompileDaemon --command="./jwt_auth_go"

About

A simple jwt authentication app with golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages