gitea/services/auth
zeripath bcc13f3889
Reset Session ID on login (#18018)
* Reset Session ID on login

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

Signed-off-by: Andrew Thornton <art27@cantab.net>

* with new session.RegenerateID function

Signed-off-by: Andrew Thornton <art27@cantab.net>

* update go-chi/session

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Ensure that session id is changed after oauth data is set and between account linking pages too

Signed-off-by: Andrew Thornton <art27@cantab.net>

* placate lint

Signed-off-by: Andrew Thornton <art27@cantab.net>

* as per review

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-12-20 22:12:26 +08:00
..
source Reset Session ID on login (#18018) 2021-12-20 22:12:26 +08:00
auth_test.go
auth.go Reset Session ID on login (#18018) 2021-12-20 22:12:26 +08:00
basic.go
group.go
interface.go
login_source.go Move more model into models/user (#17826) 2021-11-28 22:11:58 +08:00
oauth2.go
placeholder.go
reverseproxy.go
session.go
signin.go Fix code formating (#17830) 2021-11-27 19:59:51 +08:00
sspi_windows.go
sync.go