From e30df1bdbe0ce47c310b5ff791c97e2a59e92ab3 Mon Sep 17 00:00:00 2001 From: Adam Hanna Date: Thu, 24 Nov 2016 12:54:40 -0800 Subject: [PATCH] added new jwt library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da7cd24b..8bc500c2 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [goth](https://github.com/markbates/goth) - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple provides out of the box. * [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middleware. * [jwt](https://github.com/robbert229/jwt) - A clean and easy to use implmentatino of JSON Web Tokens (JWT). +* [jwt-auth](https://github.com/adam-hanna/jwt-auth) - JWT middleware for goLang http servers with many configuration options. * [jwt-go](https://github.com/dgrijalva/jwt-go) - Golang implementation of JSON Web Tokens (JWT). * [oauth2](https://github.com/golang/oauth2) - Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine and App Engine support. * [osin](https://github.com/RangelReale/osin) - Golang OAuth2 server library.