forked from macaron/session
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
couchbase | 2 months ago | |
ledis | 1 year ago | |
memcache | 1 year ago | |
mysql | 4 months ago | |
nodb | 3 months ago | |
postgres | 4 months ago | |
redis | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 6 years ago | |
README.md | 1 year ago | |
file.go | 4 months ago | |
file_test.go | 5 years ago | |
flash.go | 1 year ago | |
flash_test.go | 1 year ago | |
go.mod | 2 months ago | |
go.sum | 2 months ago | |
memory.go | 4 months ago | |
memory_test.go | 5 years ago | |
secret.go | 2 months ago | |
session.go | 2 months ago | |
session_test.go | 1 year ago | |
utils.go | 1 year ago |
README.md
session
Middleware session provides session management for Macaron. It can use many session providers, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Couchbase, Ledis and Nodb.
Installation
The minimum requirement of Go is 1.11 .
go get gitea.com/macaron/session
Getting Help
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.