From da431d101e9fba134cfd96e64862e96b320a709e Mon Sep 17 00:00:00 2001 From: Sebastian Mancke Date: Mon, 15 May 2017 15:20:52 +0200 Subject: [PATCH] Added loginsrv - JWT login microservice (#1413) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 350df9fe..d2749d03 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [jwt](https://github.com/robbert229/jwt) - A clean and easy to use implementation 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). +* [loginsrv](https://github.com/tarent/loginsrv) - JWT login microservice with plugable backends such as OAuth2 (Github), htpasswd, osiam. * [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. * [permissions2](https://github.com/xyproto/permissions2) - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt.