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

18 lines
641 B
Markdown

# Session
Middleware session provides session management which based on a [fork](https://gitea.com/macaron/session) of [Macaron Session](https://github.com/go-macaron/session) for [go-chi](https://github.com/go-chi/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](https://github.com/go-macaron/session).
## License
This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.