-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webauthn PRF extension support #13
Comments
I believe based on the last comments from the intent to ship thread this has landed already in Chrome M116, right? FWIW I tested Chrome Canary m118 with beta features enabled in |
FWIW not sure if it helps but Feel free to test in https://glitch.com/~webauthn-large-blob |
Thanks for tracking this, really useful. @0xjjpa it looks like there is a (possibly new?) same-origin policy enforced, to use your example I had to pop out of the glitch frame and open https://webauthn-large-blob.glitch.me/ in its own tab. I can confirm |
I can confirm PRF Extension working on Chromium Canary 128.0 with I used the sample by @MasterKale here https://gist.github.com/MasterKale/dbe39a01438251f0cbd55576304731fd. The registration at https://passkeys.fission.app/register returned with |
Currently the demo relies on the PRF extension to handle UCAN signatures and WNFS encryption.
The support for this extension is still limited across devices and browsers, check the following sections to have a better picture of what works and what doesn't.
Auth flows tracking list
Support
Safari ❌
Chromium 1 🚧
Safari ❌
1 Planned using iCloud.
2 No support on the OS level but works directly on Chromium.
3 Behind chrome://flags/#enable-experimental-web-platform-features, doesn't work with CDA.
4 Platform authenticator on mac doesnt support it but yubikey does.
References
The text was updated successfully, but these errors were encountered: