Update README.md (#2076)

This commit is contained in:
Zack Patrick 2018-10-03 11:44:59 -07:00 committed by Jessica Temporal
parent ef5a523106
commit bb2a6ddf13

View File

@ -136,6 +136,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [osin](https://github.com/RangelReale/osin) - Golang OAuth2 server library. * [osin](https://github.com/RangelReale/osin) - Golang OAuth2 server library.
* [paseto](https://github.com/o1egl/paseto) - Golang implementation of Platform-Agnostic Security Tokens (PASETO) * [paseto](https://github.com/o1egl/paseto) - Golang implementation of Platform-Agnostic Security Tokens (PASETO)
* [permissions2](https://github.com/xyproto/permissions2) - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt. * [permissions2](https://github.com/xyproto/permissions2) - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt.
* [rbac](https://github.com/zpatrick/rbac) - Minimalistic RBAC package for Go applications.
* [securecookie](https://github.com/chmike/securecookie) - Efficient secure cookie encoding/decoding. * [securecookie](https://github.com/chmike/securecookie) - Efficient secure cookie encoding/decoding.
* [session](https://github.com/icza/session) - Go session management for web servers (including support for Google App Engine - GAE). * [session](https://github.com/icza/session) - Go session management for web servers (including support for Google App Engine - GAE).
* [sessiongate-go](https://github.com/f0rmiga/sessiongate-go) - Go session management using the SessionGate Redis module. * [sessiongate-go](https://github.com/f0rmiga/sessiongate-go) - Go session management using the SessionGate Redis module.