-
Notifications
You must be signed in to change notification settings - Fork 6k
Make WebAuthnAuthenticationTokenRequest Serializable #16481
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
Comments
Hi @jzheaux, could you assign this ticket to me please? |
Sure thing, @franticticktick. Will you please add it on the |
@jzheaux there seems to be some confusion here. |
My concern here is that As such the work in #16431 will need to be repeated in So, let's please continue with the plan to target |
@jzheaux thanks for the explanation :) I can make serializable |
Closes spring-projectsgh-16481 Signed-off-by: Max Batischev <mblancer@mail.ru>
Closes spring-projectsgh-16481 Signed-off-by: Max Batischev <mblancer@mail.ru>
Closes spring-projectsgh-16481 Signed-off-by: Max Batischev <mblancer@mail.ru>
WebAuthAuthenticationTokenRequest
should be serializable. It isn't, however, since some of its components aren't serializable. Either they should also be serializable or marked as transient.The text was updated successfully, but these errors were encountered: