From 68b762e15cd6d12ce0a5470da780aed677fae417 Mon Sep 17 00:00:00 2001 From: Nick Merwin Date: Mon, 14 Jul 2014 20:59:55 -0700 Subject: [PATCH 1/2] 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 From 05ad18b918eb4e64220d0940f1b0a9c8f1b067a4 Mon Sep 17 00:00:00 2001 From: Nick Merwin Date: Mon, 14 Jul 2014 21:46:53 -0700 Subject: [PATCH 2/2] updated go.auth alphabetization, punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64d0a66b..d24d22e6 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,11 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for implementing authentications schemes.* * [Go-AWS-Auth](https://github.com/smartystreets/go-aws-auth) - AWS (Amazon Web Services) request signing library. +* [go.auth](https://github.com/bradrydzewski/go.auth) - Authentication API for Go web applications. * [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middleware. * [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