added swithek/sessionup package (#2651)

This commit is contained in:
swithek 2019-09-19 23:55:45 +03:00 committed by Kirill Danshin
parent ea96b631f2
commit eaf7cd60ff

View File

@ -159,6 +159,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [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.
* [sessionup](https://github.com/swithek/sessionup) - Simple, yet effective HTTP session management and identification package.
* [signedvalue](https://github.com/sashka/signedvalue) - Signed and timestamped strings compatible with [Tornado's](https://github.com/tornadoweb/tornado) `create_signed_value`, `decode_signed_value`, and therefore `set_secure_cookie` and `get_secure_cookie`.
* [sjwt](https://github.com/brianvoe/sjwt) - Simple jwt generator and parser.