Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f0rmiga/sessiongate-go
A driver for the SessionGate Redis module - easy session management using the Go language.
https://github.com/f0rmiga/sessiongate-go
redis redis-module session session-management session-manager session-store sessionmanager sessions sessionstorage sessionstore
Last synced: 24 days ago
JSON representation
A driver for the SessionGate Redis module - easy session management using the Go language.
- Host: GitHub
- URL: https://github.com/f0rmiga/sessiongate-go
- Owner: f0rmiga
- License: mit
- Created: 2017-10-20T03:39:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T19:25:29.000Z (almost 6 years ago)
- Last Synced: 2024-10-03T17:42:06.920Z (about 1 month ago)
- Topics: redis, redis-module, session, session-management, session-manager, session-store, sessionmanager, sessions, sessionstorage, sessionstore
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-Char - sessiongate-go - Go session management using the SessionGate Redis module. (Authentication and OAuth / Contents)
- awesome-go - sessiongate-go - Go session management using the SessionGate Redis module. (Authentication and OAuth)
- awesome-go-cn - sessiongate-go
- awesome-go - sessiongate-go - Go session management using the SessionGate Redis module. (Authentication and OAuth)
- awesome-go - sessiongate-go
- awesome-go - sessiongate-go - Go session management using the SessionGate Redis module. - :arrow_down:0 - :star:4 (Authentication and OAuth)
- awesome-go - sessiongate-go - Driver for the SessionGate Redis module for easy session management in the Go language. - ★ 5 (Authentication and OAuth)
- awesome-go-cn - sessiongate-go
- awesome-go - sessiongate-go - GO语言通过使用sessiongate Redis模块管理会话。 (<span id="身份验证和oauth-authentication-and-auth">身份验证和OAuth Authentication and Auth</span>)
README
[![Build Status](https://travis-ci.org/f0rmiga/sessiongate-go.svg?branch=master)](http://travis-ci.org/f0rmiga/sessiongate-go)
[![Coverage Status](https://coveralls.io/repos/github/f0rmiga/sessiongate-go/badge.svg?branch=master)](https://coveralls.io/github/f0rmiga/sessiongate-go?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/f0rmiga/sessiongate-go)](https://goreportcard.com/report/github.com/f0rmiga/sessiongate-go)# 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`