You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
Since 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
If specifying {extensions: largeBlob: {read: true}}, there must be some way to read the associated value.
Similarly, there should be available types for largeBlob on startAuthentication / startRegistration.
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
The text was updated successfully, but these errors were encountered: