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
This adds the inverse of JSON request parsing - serializing WebAuthn
responses back to JSON format per WebAuthn Level 3 specification.
Changes:
- Add WebAuthnIDLResponse trait for response-to-JSON conversion
- Add RegistrationResponseJSON and AuthenticationResponseJSON models
- Implement to_json() for MakeCredentialResponse and Assertion
- Refactor requests to store challenge/origin/cross_origin separately
- Add client_data_hash() and client_data_json() helper methods
- Update all examples and tests to use new request structure
- Add unit tests for response serialization
0 commit comments