You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/auth
wxiaoguang e5d8c4b8d4
Avoid cycle-redirecting user/login page (#28636)
Fix #28231, and remove some unused code. The `db.HasEngine` doesn't seem
useful because the db engine is always initialized before web route.
1 year ago
..
2fa.go Enhanced auth token / remember me (#27606) 1 year ago
auth.go Avoid cycle-redirecting user/login page (#28636) 1 year ago
linkaccount.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
oauth.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
oauth_test.go Bump github.com/golang-jwt/jwt to v5 (#25975) 2 years ago
openid.go Enhanced auth token / remember me (#27606) 1 year ago
password.go Always enable caches (#28527) 1 year ago
webauthn.go Enhanced auth token / remember me (#27606) 1 year ago