mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Added the sessiongate-go package (#1636)
This commit is contained in:
parent
c4b9c038ac
commit
f76d010b18
@ -127,6 +127,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [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.
|
||||||
* [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.
|
||||||
* [sessions](https://github.com/adam-hanna/sessions) - Dead simple, highly performant, highly customizable sessions service for go http servers.
|
* [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.
|
* [traefik](https://github.com/containous/traefik) - Reverse proxy and load balancer with support for multiple backends.
|
||||||
* [yubigo](https://github.com/GeertJohan/yubigo) - Yubikey client package that provides a simple API to integrate the Yubico Yubikey into a go application.
|
* [yubigo](https://github.com/GeertJohan/yubigo) - Yubikey client package that provides a simple API to integrate the Yubico Yubikey into a go application.
|
||||||
|
Loading…
Reference in New Issue
Block a user