mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Add securecookie to the Authentication section (#1595)
* Add securecookie to the Authentication section * fix ordering error
This commit is contained in:
parent
2389c4f1b0
commit
76878889c7
@ -124,6 +124,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [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.
|
||||
* [permissions2](https://github.com/xyproto/permissions2) - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt.
|
||||
* [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).
|
||||
* [sessions](https://github.com/adam-hanna/sessions) - Dead simple, highly performant, highly customizable sessions service for go http servers.
|
||||
* [traefik](https://github.com/containous/traefik) - Reverse proxy and load balancer with support for multiple backends.
|
||||
|
Loading…
Reference in New Issue
Block a user