forgejo/routers/web/auth
Lunny Xiao 18033f49ba
Restrict email address validation (#17688)
This didn't follow the RFC but it's a subset of that. I think we should narrow the allowed chars at first and discuss more possibility in future PRs.
2022-03-14 18:39:54 +01:00
..
2fa.go
auth.go Restrict email address validation (#17688) 2022-03-14 18:39:54 +01:00
linkaccount.go
main_test.go
oauth.go Prevent panic on prohibited user login with oauth2 (#18562) 2022-02-03 10:44:18 +00:00
oauth_test.go
openid.go
password.go
webauthn.go