From ea8dc185effa0bd69d77646f4a8fdbc0fc1cca9d Mon Sep 17 00:00:00 2001 From: dlg-yahoo Date: Fri, 2 Jan 2015 06:09:39 -0800 Subject: [PATCH] github.com/square/go-jose: a library for JWT, JWS, and JWE I think that Square's recently released Go library for the JOSE standards merits inclusion. It is, I think, nearly the most complete implementation those specs have seen in any language at this point... --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cb28045..847b1673 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [go-jose](https://github.com/square/go-jose) - A fairly complete implementation of the JOSE working group's JSON Web Token, JSON Web Signatures, and JSON Web Encryption specs. * [gorbac](https://github.com/mikespook/gorbac) - provides a lightweight role-based access control (RBAC) implementation in Golang. * [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middleware. * [jwt-go](https://github.com/dgrijalva/jwt-go) - Golang implementation of JSON Web Tokens (JWT).