1
1
mirror of https://github.com/go-gitea/gitea synced 2024-11-01 15:54:25 +00:00
gitea/vendor/gitea.com/go-chi/session
zeripath 76e1c130fb
Reset Session ID on login (#18018) (#18041)
Backport #18018

When logging in the SessionID should be reset and the session cleaned up.

Also logs the user in on completion of linking account

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-12-20 20:06:54 +00:00
..
couchbase Fix recovery middleware to render gitea style page. (#13857) 2021-01-05 21:05:40 +08:00
memcache Fix recovery middleware to render gitea style page. (#13857) 2021-01-05 21:05:40 +08:00
mysql Fix recovery middleware to render gitea style page. (#13857) 2021-01-05 21:05:40 +08:00
postgres Fix recovery middleware to render gitea style page. (#13857) 2021-01-05 21:05:40 +08:00
.drone.yml Fix recovery middleware to render gitea style page. (#13857) 2021-01-05 21:05:40 +08:00
.gitignore Fix recovery middleware to render gitea style page. (#13857) 2021-01-05 21:05:40 +08:00
file.go Fix recovery middleware to render gitea style page. (#13857) 2021-01-05 21:05:40 +08:00
go.mod Reset Session ID on login (#18018) (#18041) 2021-12-20 20:06:54 +00:00
go.sum Reset Session ID on login (#18018) (#18041) 2021-12-20 20:06:54 +00:00
LICENSE Fix recovery middleware to render gitea style page. (#13857) 2021-01-05 21:05:40 +08:00
memory.go Fix recovery middleware to render gitea style page. (#13857) 2021-01-05 21:05:40 +08:00
README.md Reset Session ID on login (#18018) (#18041) 2021-12-20 20:06:54 +00:00
secret.go Fix recovery middleware to render gitea style page. (#13857) 2021-01-05 21:05:40 +08:00
session.go Reset Session ID on login (#18018) (#18041) 2021-12-20 20:06:54 +00:00
utils.go Fix recovery middleware to render gitea style page. (#13857) 2021-01-05 21:05:40 +08:00

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.