forgejo/models/auth
qwerty287 a813c9d8f3
Allow creation of OAuth2 applications for orgs ()
Adds the settings pages to create OAuth2 apps also to the org settings
and allows to create apps for orgs.

Refactoring: the oauth2 related templates are shared for
instance-wide/org/user, and the backend code uses `OAuth2CommonHandlers`
to share code for instance-wide/org/user.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-10-09 20:07:41 +08:00
..
main_test.go Move some files into models' sub packages () 2022-08-25 10:31:57 +08:00
oauth2.go Allow creation of OAuth2 applications for orgs () 2022-10-09 20:07:41 +08:00
oauth2_test.go Ignore port for loopback redirect URIs () 2022-09-29 00:19:55 +02:00
session.go Refactor auth package () 2022-01-02 21:12:35 +08:00
source.go Refactor auth package () 2022-01-02 21:12:35 +08:00
source_test.go Move some files into models' sub packages () 2022-08-25 10:31:57 +08:00
token.go Move some files into models' sub packages () 2022-08-25 10:31:57 +08:00
token_test.go Move some files into models' sub packages () 2022-08-25 10:31:57 +08:00
twofactor.go Use base32 for 2FA scratch token () 2022-01-26 12:10:10 +08:00
webauthn.go WebAuthn CredentialID field needs to be increased in size () 2022-07-30 15:25:26 +02:00
webauthn_test.go Move some files into models' sub packages () 2022-08-25 10:31:57 +08:00