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.
gitea/routers/web/auth
M Hickford 0e83ab8df7
Improve error descriptions for unauthorized_client (#21292)
Fixes #21282


As suggested by the [OAuth RFC](https://www.rfc-editor.org/rfc/rfc6749)
(quoted below), it's helpful to give more detail in the description

> error_description
OPTIONAL. Human-readable ASCII
[[USASCII](https://www.rfc-editor.org/rfc/rfc6749#ref-USASCII)] text
providing **additional information, used to assist the client developer
in understanding the error that occurred.**
Values for the "error_description" parameter MUST NOT include characters
outside the set %x20-21 / %x23-5B / %x5D-7E.
2 years ago
..
2fa.go
auth.go Add support mCaptcha as captcha provider (#20458) 3 years ago
linkaccount.go Add support mCaptcha as captcha provider (#20458) 3 years ago
main_test.go Use a struct as test options (#19393) 3 years ago
oauth.go Improve error descriptions for unauthorized_client (#21292) 2 years ago
oauth_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 3 years ago
openid.go Add support mCaptcha as captcha provider (#20458) 3 years ago
password.go Make better use of i18n (#20096) 3 years ago
webauthn.go WebAuthn CredentialID field needs to be increased in size (#20530) 3 years ago