Tamal Saha 171b359877 Use gitea forked macaron (#7933) | пре 5 година | |
---|---|---|
.. | ||
couchbase | пре 5 година | |
memcache | пре 5 година | |
mysql | пре 5 година | |
nodb | пре 5 година | |
postgres | пре 5 година | |
redis | пре 5 година | |
.drone.yml | пре 5 година | |
.gitignore | пре 5 година | |
LICENSE | пре 5 година | |
README.md | пре 5 година | |
file.go | пре 5 година | |
flash.go | пре 5 година | |
go.mod | пре 5 година | |
go.sum | пре 5 година | |
memory.go | пре 5 година | |
session.go | пре 5 година | |
utils.go | пре 5 година |
Middleware session provides session management for Macaron. It can use many session providers, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Couchbase, Ledis and Nodb.
The minimum requirement of Go is 1.11 .
go get gitea.com/macaron/session
This package is a modified version of go-macaron/session.
This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.