/kongo-jwt

Small library written in Go to handle JWT token release.

Primary LanguageGoMIT LicenseMIT

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.