From 1b91233fef8540b0288031a09ed4d9140558444e Mon Sep 17 00:00:00 2001 From: Brian Voelker Date: Thu, 11 Jul 2019 09:27:52 -0500 Subject: [PATCH] Added to authentication (#2583) * Added to authentication * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16f385a6..26317a2b 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. * [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. ## Bot Building