From bbc8f5dcdb80cc2b333ca6536ff59462c7c57178 Mon Sep 17 00:00:00 2001 From: Melvin Davis Date: Sat, 4 Oct 2025 15:57:46 +0530 Subject: [PATCH] add go-iam, remove go-guardian (#5813) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b5aafd3..d1f01d31 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ _Libraries for implementing authentication and authorization._ - [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, and ABAC. - [cookiestxt](https://github.com/mengzhuo/cookiestxt) - provides a parser of cookies.txt file format. -- [go-guardian](https://github.com/shaj13/go-guardian) - Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication that supports LDAP, Basic, Bearer token, and Certificate based authentication. +- [go-iam](https://github.com/melvinodsa/go-iam) - Developer-first Identity and Access Management system with a simple UI. - [go-jose](https://github.com/go-jose/go-jose) - Fairly complete implementation of the JOSE working group's JSON Web Token, JSON Web Signatures, and JSON Web Encryption specs. - [goiabada](https://github.com/leodip/goiabada) - An open-source authentication and authorization server supporting OAuth2 and OpenID Connect. - [gologin](https://github.com/dghubble/gologin) - chainable handlers for login with OAuth1 and OAuth2 authentication providers.