From a219fd4e7e90234d5c1af124143495cafd1ae4b2 Mon Sep 17 00:00:00 2001 From: Brian Voelker Date: Mon, 24 Jun 2019 09:34:50 -0500 Subject: [PATCH 1/2] Added to authentication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4cf0b6d344d..d3c35af95cd 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,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 From d9e350c7c7c89c4b031e717582c6200c045fb5f6 Mon Sep 17 00:00:00 2001 From: Brian Voelker Date: Mon, 24 Jun 2019 09:50:55 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3c35af95cd..4072488db5f 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,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 +* [sjwt](https://github.com/brianvoe/sjwt) - Simple jwt generator and parser. ## Bot Building