Added go.auth to Authentication & OAuth section

This commit is contained in:
Nick Merwin 2014-07-14 20:59:55 -07:00
parent a327f6e50d
commit 68b762e15c

View File

@ -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