From ebf455660690700e2671434057c35374510fc4f7 Mon Sep 17 00:00:00 2001 From: Avelino Date: Sun, 2 Jan 2022 06:34:32 -0300 Subject: [PATCH] essentialkaos/branca ref: #3976 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d24db040..d4458900 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for implementing authentications schemes.* * [authboss](https://github.com/volatiletech/authboss) - Modular authentication system for the web. It tries to remove as much boilerplate and "hard things" as possible so that each time you start a new web project in Go, you can plug it in, configure, and start building your app without having to build an authentication system each time. -* [branca](https://github.com/hako/branca) - Golang implementation of Branca Tokens. +* [branca](https://github.com/essentialkaos/branca) - branca token [specification implementation](https://github.com/tuupola/branca-spec) for Golang 1.15+. * [casbin](https://github.com/hsluoyz/casbin) - Authorization library that supports access control models like ACL, RBAC, ABAC. * [cookiestxt](https://github.com/mengzhuo/cookiestxt) - provides parser of cookies.txt file format. * [go-email-normalizer](https://github.com/dimuska139/go-email-normalizer) - Golang library for providing a canonical representation of email address.