Open jbrower95 opened 11 months ago
Thanks for opening this issue @jbrower95, it's not a bad idea. There's definitely an opportunity here to simplify the use of largeBlob
because the spec requires reading the description of the extension a few times to fully understand the couple of combinations of legitimate options that will lead to success.
Describe the issue
AuthenticationExtensionsClientInputs
should probably support largeBlob: {read/write} (https://chromestatus.com/feature/5657899357437952) as an extension: parameter. (maybe i'm missing something on how to enable this?)startAuthentication
hides the credential directly, we also need a different way to access the optionally available value from the largeBlob store while using this library.Has anyone looked into this already? As of iOS17 / Safari 17, we should have largeBlob support on all Apple devices now... would be nice to be able to use with SimpleWebAuthn!
Reproduction Steps
Expected behavior
Code Samples + WebAuthn Options and Responses
https://chromestatus.com/feature/5657899357437952 https://webauthn-large-blob.glitch.me/
Dependencies
SimpleWebAuthn Libraries
Additional context