Skip to content

Multi-Authentication System with Golang and Gin-gonic

Notifications You must be signed in to change notification settings

imjmakki/Go-Gin-MultiAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Gin-MultiAuth

Multi-Authentication System with Golang and Gin-gonic Add these packages first

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

// ORM library go get -u github.com/jinzhu/gorm

// package that we will be used to authenticate and generate our JWT go get -u github.com/dgrijalva/jwt-go

// to help manage our environment variables go get -u github.com/joho/godotenv

// to encrypt our user's password go get -u golang.org/x/crypto

About

Multi-Authentication System with Golang and Gin-gonic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published