From 160a056468e3cbce70f5841f825ce3e9a17d7d65 Mon Sep 17 00:00:00 2001 From: SwitchUpCB <81384235+switchupcb@users.noreply.github.com> Date: Sun, 4 Sep 2022 12:00:11 -0500 Subject: [PATCH] remove rbac (#4366) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2878a201..260c5c6b 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,6 @@ _Libraries for implementing authentications schemes._ - [otpgo](https://github.com/jltorresm/otpgo) - Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go. - [paseto](https://github.com/o1egl/paseto) - Golang implementation of Platform-Agnostic Security Tokens (PASETO). - [permissions2](https://github.com/xyproto/permissions2) - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt. -- [rbac](https://github.com/zpatrick/rbac) - Minimalistic RBAC package for Go applications. - [scope](https://github.com/SonicRoshan/scope) - Easily Manage OAuth2 Scopes In Go. - [scs](https://github.com/alexedwards/scs) - Session Manager for HTTP servers. - [securecookie](https://github.com/chmike/securecookie) - Efficient secure cookie encoding/decoding.