Replies: 1 comment
-
Hello @Spomky, there's no required format for the salts. They're https://w3c.github.io/webauthn/#dictdef-authenticationextensionsprfvalues SimpleWebAuthn doesn't currently do anything to make extensions simpler to use. You can specify extensions as I think your best bet instead is to add the salts to the generated options afterwards, and then |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is there any required format for the
prf
'sfirst
andsecond
salts?In the example shared here, the salt is just an UTF-8 text. But what if it is a binary string?
Does SimpleWebauthn convert those keys (base64url?) to pass arbitrary data?
Many thanks,
Regads.
Beta Was this translation helpful? Give feedback.
All reactions