Emil Lundberg
Emil Lundberg
Thanks for your patience and sorry for the delay - the experimental `CredentialRepositoryV2` suite is now released in experimental release [`2.6.0-alpha4`](https://github.com/Yubico/java-webauthn-server/releases/tag/2.6.0-alpha4). I hope this supports your use case - if...
Hi! Please help me understand the use case. Why do you need to create these values like this?
I see, thank you. There are the functions [`PublicKeyCredentialCreationOptions.fromJson`](https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/2.5.0/com/yubico/webauthn/data/PublicKeyCredentialCreationOptions.html#fromJson(java.lang.String)) and [`AssertionRequest.fromJson`](https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/2.5.0/com/yubico/webauthn/AssertionRequest.html#fromJson(java.lang.String)) that can parse those entire data structures from JSON, does that help? But yeah, I also don't see much...
This is now released in experimental release [`2.6.0-alpha4`](https://github.com/Yubico/java-webauthn-server/releases/tag/2.6.0-alpha4). Thanks!
Hi! Seems fair - especially since `ClientAssertionExtensionOutputs` etc. have corresponding public builders, which seems a bit moot if you can't actually construct the constituent values. This will be included in...
This is now released in experimental release [`2.6.0-alpha4`](https://github.com/Yubico/java-webauthn-server/releases/tag/2.6.0-alpha4). Thanks!
There is now progress on this in WebAuthn, but it will be a while yet before the spec is finished and even longer before the feature is available in browsers:...
Yes, this is on the roadmap, but we have no concrete time plan for it yet.
@dependabot recreate
Hi! Note that you can do this by modifying the `AssertionRequest` object before sending it to the client, as long as those changes are preserved when the `AssertionRequest` is passed...