0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 00:19:11 +01:00
gitea/web_src/js
zeripath 19d5b2f922
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>
2023-02-01 07:24:10 +00:00
..
components Use relative url in actions view (#22675) 2023-01-31 22:46:10 +00:00
features Fix bugs with WebAuthn preventing sign in and registration. (#22651) 2023-02-01 07:24:10 +00:00
markup Load asciicast css async (#22502) 2023-01-18 12:19:38 -06:00
modules Add Mermaid copy button, avoid unnecessary tooltip hide (#22225) 2022-12-25 18:17:48 +01:00
standalone
test
bootstrap.js
index.js Implement actions (#21937) 2023-01-31 09:45:19 +08:00
jquery.js
serviceworker.js
svg.js Implement actions (#21937) 2023-01-31 09:45:19 +08:00
svg.test.js
utils.js Fixes #21895: standardize UTC tz for util tests (#21897) 2022-11-22 16:46:29 +08:00
utils.test.js