-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add serialize/deserialize PublicKeyCredentialCreationOptions and PublicKeyCredentialRequestOptions support with ObjectMapper #16446
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
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
|
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? |
…icKeyCredentialRequestOptions support with ObjectMapper Signed-off-by: Justin Cranford <justincranford@hotmail.com> spring-projectsgh-16433 PublicKeyCredentialRequestOptions spring-projectsgh-16434 PublicKeyCredentialCreationOptions
d862c84
to
cff73af
Compare
Fixed the DCO commit message thingy |
@@ -0,0 +1,51 @@ | |||
/* | |||
* Copyright 2002-2024 the original author or authors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update timeline to 2025?
gh-16433 PublicKeyCredentialRequestOptions
gh-16434 PublicKeyCredentialCreationOptions