From 243689a759293e117984df420257999a4dd042ca Mon Sep 17 00:00:00 2001 From: "Pascal S. de Kloe" Date: Mon, 9 Apr 2018 14:38:24 +0200 Subject: [PATCH] Add another JWT library. (#1874) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca55d7fb..94065652 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,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 providers out of the box. * [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middleware. * [jwt](https://github.com/robbert229/jwt) - Clean and easy to use implementation of JSON Web Tokens (JWT). +* [jwt](https://github.com/pascaldekloe/jwt) - Lightweight JSON Web Token (JWT) library. * [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). * [loginsrv](https://github.com/tarent/loginsrv) - JWT login microservice with plugable backends such as OAuth2 (Github), htpasswd, osiam.