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.
M Hickford afebbf29a9
Require authentication for OAuth token refresh (#21421)
According to the OAuth spec
https://datatracker.ietf.org/doc/html/rfc6749#section-6 when "Refreshing
an Access Token"

> The authorization server MUST ... require client authentication for
confidential clients


Fixes #21418

Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2 years ago
..
2fa.go Refactor auth package (#17962) 3 years ago
auth.go Suppress `ExternalLoginUserNotExist` error (#21504) 2 years ago
linkaccount.go Add support mCaptcha as captcha provider (#20458) 2 years ago
main_test.go Use a struct as test options (#19393) 2 years ago
oauth.go Require authentication for OAuth token refresh (#21421) 2 years ago
oauth_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2 years ago
openid.go Add support mCaptcha as captcha provider (#20458) 2 years ago
password.go Make better use of i18n (#20096) 2 years ago
webauthn.go WebAuthn CredentialID field needs to be increased in size (#20530) 2 years ago