Skip to content

luckyp71/go_jwt_mux_bcrypt_negroni_middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Auth Middleware Example using JWT, Bcrypt, Gorilla Mux, Negroni, GORM, and PostgreSQL

Securing API domain using Go, JWT, Bcrypt, Gorilla Mux, Negroni, GORM, and PostgreSQL example.

The token which is generated by JWT will be used in every service invocation under /apiname route , so that our backend or service provider couldn't be invoked by the unauthorized one.

About

Go, JWT, Bcrypt, Gorilla Mux, and Negroni Middleware

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages