aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/user-auth-webauthn.js
Commit message (Expand)AuthorAgeFilesLines
* Convert frontend code to typescript (#31559)silverwind2024-07-071-257/+0
* Add Passkey login support (#31504)Anbraten2024-06-291-7/+70
* Use `querySelector` over alternative DOM methods (#31280)silverwind2024-06-101-3/+3
* Enforce trailing comma in JS on multiline (#30002)silverwind2024-03-221-3/+3
* Use fetch helpers instead of fetch (#27026)silverwind2023-09-191-25/+13
* Fix webauthn regression and improve code (#25113)wxiaoguang2023-06-071-27/+16
* Clean up WebAuthn javascript code and remove JQuery code (#22697)zeripath2023-06-061-134/+129
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-4/+7
* Fix bugs with WebAuthn preventing sign in and registration. (#22651)zeripath2023-02-011-15/+22
* Prevent security failure due to bad APP_ID (#18678)zeripath2022-02-091-0/+13
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-1/+1
* Prevent showing webauthn error for every time visiting `/user/settings/securi...wxiaoguang2022-01-241-4/+3
* Webauthn nits (#18284)zeripath2022-01-151-8/+11
* Support webauthn (#17957)Lunny Xiao2022-01-141-0/+197