Open maxisch opened 4 months ago
Previously calls to for example toWebAuthnKey forced the user to provide passkeyServerHeaders. This was not intended. The goal was to default to an empty object without the need to explicitly do so. This PR fixes that.
toWebAuthnKey
passkeyServerHeaders
Previously calls to for example
toWebAuthnKey
forced the user to providepasskeyServerHeaders
. This was not intended. The goal was to default to an empty object without the need to explicitly do so. This PR fixes that.