forked from go-chi/session
Reviewed-on: go-chi/session#1 |
2 years ago | |
---|---|---|
couchbase | 2 years ago | |
ledis | 2 years ago | |
memcache | 2 years ago | |
mysql | 2 years ago | |
postgres | 2 years ago | |
redis | 2 years ago | |
.drone.yml | 2 years ago | |
.gitignore | 4 years ago | |
LICENSE | 9 years ago | |
README.md | 2 years ago | |
file.go | 3 years ago | |
file_test.go | 8 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
memory.go | 2 years ago | |
memory_test.go | 8 years ago | |
secret.go | 2 years ago | |
session.go | 2 years ago | |
session_test.go | 2 years ago | |
utils.go | 2 years ago |
README.md
Session
Middleware session provides session management which copied from Macaron Session for go-chi. It can use many session providers, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Couchbase, Ledis and Nodb.
Installation
go get gitea.com/go-chi/session
Credits
This package is a modified version of go-macaron/session.
License
This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.