From d981fb1a5a7fbb371275773235261bd1a015e11f Mon Sep 17 00:00:00 2001 From: Constantine Zavezeon <31433211+Kwynto@users.noreply.github.com> Date: Mon, 3 Oct 2022 00:50:23 +0300 Subject: [PATCH] Add github.com/Kwynto/gosession (#4358) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3ce8d09..f69a7bee 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,7 @@ _Libraries for implementing authentications schemes._ - [go-jose](https://github.com/square/go-jose) - Fairly complete implementation of the JOSE working group's JSON Web Token, JSON Web Signatures, and JSON Web Encryption specs. - [gologin](https://github.com/dghubble/gologin) - chainable handlers for login with OAuth1 and OAuth2 authentication providers. - [gorbac](https://github.com/mikespook/gorbac) - provides a lightweight role-based access control (RBAC) implementation in Golang. +- [gosession](http://github.com/Kwynto/gosession) - This is quick session for net/http in GoLang. This package is perhaps the best implementation of the session mechanism, at least it tries to become one. - [goth](https://github.com/markbates/goth) - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple providers out of the box. - [jeff](https://github.com/abraithwaite/jeff) - Simple, flexible, secure and idiomatic web session management with pluggable backends. - [jwt](https://github.com/pascaldekloe/jwt) - Lightweight JSON Web Token (JWT) library.