From 2edf5533f717785c84309be1b1d33bbe25bcfb9d Mon Sep 17 00:00:00 2001 From: Roshan Mehta Date: Thu, 26 Sep 2019 21:59:36 +0530 Subject: [PATCH] Add Scope (#2736) * Added Falcon To Error Handling Section * Fixed Navigation Of Error Handling * Added straf * Added Scope --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3eeb3eed..f89346fa 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. * [session](https://github.com/icza/session) - Go session management for web servers (including support for Google App Engine - GAE).