From 0bab905927df3fc272a4015b5e9c3d3c8c2efaaf Mon Sep 17 00:00:00 2001 From: dashaus Date: Mon, 24 Nov 2014 19:23:08 +0000 Subject: [PATCH] add mikespook/gorbac to authentication section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9f4447..694c006 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for implementing authentications schemes.* +* [gorbac](github.com/mikespook/gorbac) - provides a lightweight role-based access control (RBAC) implementation in Golang. * [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.