* Added Falcon To Error Handling Section

* Fixed Navigation Of Error Handling

* Added straf

* Added Scope
This commit is contained in:
Roshan Mehta 2019-09-26 21:59:36 +05:30 committed by Ceriath
parent 9b0e6950e8
commit 2edf5533f7

View File

@ -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).