gitea/models/login
zeripath 9d855bd6a1
Simplify Gothic to use our session store instead of creating a different store (#17507)
* Simplify Gothic to use our session store instead of creating a different store

We have been using xormstore to provide a separate session store for our OAuth2 logins
however, this relies on using gorilla context and some doubling of our session storing.
We can however, simplify and simply use our own chi-based session store. Thus removing
a cookie and some of the weirdness with missing contexts.

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

* as per review

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

* as per review

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

* Handle MaxTokenLength

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

* oops

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

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
2021-11-03 08:33:54 +08:00
..
main_test.go Move twofactor to models/login (#17143) 2021-09-25 15:00:12 +02:00
oauth2.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
oauth2_application.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
oauth2_application_test.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
session.go Simplify Gothic to use our session store instead of creating a different store (#17507) 2021-11-03 08:33:54 +08:00
source.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
source_test.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
twofactor.go Move twofactor to models/login (#17143) 2021-09-25 15:00:12 +02:00
u2f.go Don't panic if we fail to parse U2FRegistration data (#17304) 2021-10-14 18:37:35 +02:00
u2f_test.go Don't panic if we fail to parse U2FRegistration data (#17304) 2021-10-14 18:37:35 +02:00