1Password / passkey-rs

A framework for defining Webauthn Authenticators that support passkeys
Apache License 2.0
123 stars 17 forks source link

Handle prf input output for client (PRF#3) #35

Closed Vogeltak closed 2 months ago

Vogeltak commented 3 months ago

This PR follows on #34. It implements the handling of PRF extension inputs and outputs on the client in passkey-client. I.e., from RP -> client -> authenticator and from authenticator -> client -> RP.