diff options
author | zeripath <art27@cantab.net> | 2023-02-01 07:24:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 07:24:10 +0000 |
commit | 19d5b2f922c2defde579a935fbedb680eb8fff18 (patch) | |
tree | 5dd539b782ce277d0f30a7878e6c9a6ac07a81c1 /options/locale | |
parent | 2871ea08096cba15546f357d0ec473734ee9d8be (diff) | |
download | gitea-19d5b2f922c2defde579a935fbedb680eb8fff18.tar.gz gitea-19d5b2f922c2defde579a935fbedb680eb8fff18.zip |
Fix bugs with WebAuthn preventing sign in and registration. (#22651)
This PR fixes two bugs with Webauthn support:
* There was a longstanding bug within webauthn due to the backend using
URLEncodedBase64 but the javascript using decoding using plain base64.
This causes intermittent issues with users reporting decoding errors.
* Following the recent upgrade to webauthn there was a change in the way
the library expects RPOrigins to be configured. This leads to the
Relying Party Origin not being configured and prevents registration.
Fix #22507
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'options/locale')
0 files changed, 0 insertions, 0 deletions