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.
forgejo/models/auth
qwerty287 a813c9d8f3
Allow creation of OAuth2 applications for orgs (#18084)
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>
2 years ago
..
main_test.go Move some files into models' sub packages (#20262) 2 years ago
oauth2.go Allow creation of OAuth2 applications for orgs (#18084) 2 years ago
oauth2_test.go Ignore port for loopback redirect URIs (#21293) 2 years ago
session.go Refactor auth package (#17962) 2 years ago
source.go Refactor auth package (#17962) 2 years ago
source_test.go Move some files into models' sub packages (#20262) 2 years ago
token.go Move some files into models' sub packages (#20262) 2 years ago
token_test.go Move some files into models' sub packages (#20262) 2 years ago
twofactor.go Use base32 for 2FA scratch token (#18384) 2 years ago
webauthn.go WebAuthn CredentialID field needs to be increased in size (#20530) 2 years ago
webauthn_test.go Move some files into models' sub packages (#20262) 2 years ago