From 68b762e15cd6d12ce0a5470da780aed677fae417 Mon Sep 17 00:00:00 2001 From: Nick Merwin Date: Mon, 14 Jul 2014 20:59:55 -0700 Subject: [PATCH] Added go.auth to Authentication & OAuth section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cf024f1..64d0a66b 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [go.auth](https://github.com/bradrydzewski/go.auth) - authentication API for Go web applications ## CUI