github.com/giovanni-liboni/kongo-jwt

Small library written in Go to handle JWT token release.


License
MIT
Install
go get github.com/giovanni-liboni/kongo-jwt

Documentation

Kongo-JWT

Small library to handle JWT token release.

Usage

See server.go in the example directory

Negroni support

There is a middleware for Negroni to retrive authenticated user. See the example server.go in example directory.