We'd like the ability for users to register without providing a password but to log in with magic link.
Magic links are supported already, but only if the user previously entered a password - we'd like to be able to skip that and only ever log in with magic links.
Chrome 108 and above now supports passkeys: https://blog.chromium.org/2022/12/introducing-passkeys-in-chrome.html
Add passkeys as an authentication mechanism for Arc Identity.
Auth & Security: Create a user account without password and login with magic link
Merged