forgejo/routers/web/auth
KN4CK3R 3f280f89e7
Update HTTP status codes to modern codes ()
* 2xx/3xx/4xx/5xx -> http.Status...
* http.StatusFound -> http.StatusTemporaryRedirect
* http.StatusMovedPermanently -> http.StatusPermanentRedirect
2022-03-23 12:54:07 +08:00
..
2fa.go Refactor auth package () 2022-01-02 21:12:35 +08:00
auth.go Use ctx instead of db.DefaultContext in some packages(routers/services/modules) () 2022-03-22 16:22:54 +01:00
linkaccount.go format with gofumpt () 2022-01-20 18:46:10 +01:00
main_test.go Refactor auth package () 2022-01-02 21:12:35 +08:00
oauth.go Update HTTP status codes to modern codes () 2022-03-23 12:54:07 +08:00
oauth_test.go Support webauthn () 2022-01-14 16:03:31 +01:00
openid.go Use base32 for 2FA scratch token () 2022-01-26 12:10:10 +08:00
password.go Use ctx instead of db.DefaultContext in some packages(routers/services/modules) () 2022-03-22 16:22:54 +01:00
webauthn.go Update HTTP status codes to modern codes () 2022-03-23 12:54:07 +08:00