Popularity
1.4
Stable
Activity
0.0
Stable
9
4
2

Programming language: Go
License: MIT License

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.

Do you think we are missing an alternative of sessiongate-go or a related project?

Add another 'Authentication and OAuth' Package

README

Build Status Coverage Status Go Report Card

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