session/README.md
Alexey 〒erentyev fae955e68f
All checks were successful
continuous-integration/drone/push Build is passing
Correct README links (#2)
Correct the README links to refer to original sources of this code.

Co-authored-by: Alexey Terentyev <axifnx@gmail.com>
Reviewed-on: #2
Co-authored-by: Alexey 〒erentyev <axifive@noreply.gitea.io>
Co-committed-by: Alexey 〒erentyev <axifive@noreply.gitea.io>
2021-09-14 00:02:04 +08:00

641 B

Session

Middleware session provides session management which based on a fork of 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.