-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add serialize/deserialize PublicKeyCredentialCreationOptions and PublicKeyCredentialRequestOptions support with ObjectMapper #16446
base: main
Are you sure you want to change the base?
Conversation
738ec12
to
bab5868
Compare
Example PublicKeyCredentialRequestOptions generated programmatically by PublicKeyCredentialRequestOptionsGivens.java#L27 and used for ser/des test PublicKeyCredentialRequestOptionsTests #L48.
|
Example
|
…icKeyCredentialRequestOptions support with ObjectMapper spring-projectsgh-16433 PublicKeyCredentialRequestOptions spring-projectsgh-16434 PublicKeyCredentialCreationOptions
bab5868
to
802191d
Compare
Hi @rwinch, here is a draft PR to add serialization/deserialization PublicKeyCredentialCreationOptions and PublicKeyCredentialRequestOptions support with ObjectMapper. Would you be able to review? And help with next steps? |
gh-16433 PublicKeyCredentialRequestOptions
gh-16434 PublicKeyCredentialCreationOptions