From 9adfa3c49fa368ac1c249ada2bc257afe9eae1bf Mon Sep 17 00:00:00 2001 From: Avelino Date: Fri, 4 Feb 2022 06:37:07 -0300 Subject: [PATCH] remove robbert229/jwt ref: #4016 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d7a46ab6..cda54295 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gorbac](https://github.com/mikespook/gorbac) - provides a lightweight role-based access control (RBAC) implementation in Golang. * [goth](https://github.com/markbates/goth) - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple providers out of the box. * [jeff](https://github.com/abraithwaite/jeff) - Simple, flexible, secure and idiomatic web session management with pluggable backends. -* [jwt](https://github.com/robbert229/jwt) - Clean and easy to use implementation of JSON Web Tokens (JWT). * [jwt](https://github.com/pascaldekloe/jwt) - Lightweight JSON Web Token (JWT) library. * [jwt](https://github.com/cristalhq/jwt) - Safe, simple and fast JSON Web Tokens for Go. * [jwt-auth](https://github.com/adam-hanna/jwt-auth) - JWT middleware for Golang http servers with many configuration options.