sessiongate-go alternatives and similar packages
Based on the "Authentication and OAuth" category.
Alternatively, view sessiongate-go alternatives based on common mentions on social networks and blogs.
-
keto
Open Source (Go) implementation of "Zanzibar: Google's Consistent, Global Authorization System". Ships gRPC, REST APIs, newSQL, and an easy and granular permission language. Supports ACL, RBAC, and other access models. -
paseto
Platform-Agnostic Security Tokens implementation in GO (Golang) -
go-guardian
Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication. -
branca
:key: Secure alternative to JWT. Authenticated Encrypted API Tokens for Go. -
securecookie
Fast, secure and efficient secure cookie encoder/decoder -
otpgo
Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go. -
go-email-normalizer
Golang library for providing a canonical representation of email address. -
signedvalue
Compatibility layer for tornado's signed values (and secure cookies consequently) -
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.
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of sessiongate-go or a related project?
README
SessionGate driver for the Go language
Driver for the SessionGate Redis module for easy session management in the Go language.
Documentation
https://godoc.org/github.com/f0rmiga/sessiongate-go
The Redis module
For more information about how the module works, refer to the module repository:
https://github.com/f0rmiga/sessiongate
How to run the tests
First you need a local running instance of Redis with the SessionGate module loaded (refer to the previous topic).
Then run:
go test