gitea/services/auth/source/oauth2
Lunny Xiao 35c3553870
Support webauthn (#17957)
Migrate from U2F to Webauthn

Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-01-14 16:03:31 +01:00
..
assert_interface_test.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
init.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
jwtsigningkey.go Support webauthn (#17957) 2022-01-14 16:03:31 +01:00
providers.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
providers_base.go Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
providers_custom.go Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766) 2021-12-14 16:37:11 +08:00
providers_openid.go Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766) 2021-12-14 16:37:11 +08:00
providers_simple.go Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766) 2021-12-14 16:37:11 +08:00
source.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
source_authenticate.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
source_callout.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
source_name.go Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
source_register.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
store.go Reset Session ID on login (#18018) 2021-12-20 22:12:26 +08:00
token.go Support webauthn (#17957) 2022-01-14 16:03:31 +01:00
urlmapping.go Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00