mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Added github.com/robbert229/jwt
Added my jwt library to the list.
This commit is contained in:
parent
5685a99870
commit
5505e62c97
@ -115,6 +115,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [gorbac](https://github.com/mikespook/gorbac) - provides a lightweight role-based access control (RBAC) implementation in Golang.
|
* [gorbac](https://github.com/mikespook/gorbac) - provides a lightweight role-based access control (RBAC) implementation in Golang.
|
||||||
* [goth](https://github.com/markbates/goth) - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple provides out of the box.
|
* [goth](https://github.com/markbates/goth) - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple provides out of the box.
|
||||||
* [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middleware.
|
* [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middleware.
|
||||||
|
* [jwt](https://github.com/robbert229/jwt) - A clean and easy to use implmentatino of JSON Web Tokens (JWT).
|
||||||
* [jwt-go](https://github.com/dgrijalva/jwt-go) - Golang implementation of JSON Web Tokens (JWT).
|
* [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.
|
* [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.
|
* [osin](https://github.com/RangelReale/osin) - Golang OAuth2 server library.
|
||||||
|
Loading…
Reference in New Issue
Block a user