-
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
Update WebAuthn Test Objects Class Names #16604
Comments
Hi @jzheaux , I'm interested. Can you please assign me? |
Hi @jzheaux |
Hello! @jzheaux. |
Issue spring-projectsgh-16604 Signed-off-by: Josh Cummings <[email protected]>
Sorry for a little bit of confusion here, @kiruthiga1793, @vasanth-79, and @mevilela and thank you all for your interest! Since @vasanth-79 submitted a PR first, let's start there. @mevilela you are welcome to contribute to that PR from a review standpoint. Otherwise, I'll close your PR as a duplicate since it came after @vasanth-79's PR. |
Renamed the WebAuthn Test Object class names
Renamed the WebAuthn Test Object class names Signed-off-by: Vasanth <[email protected]>
By convention, Spring Security test objects are named
Test{Object}s
, as inTestAuthentications
orTestKeys
.It would be nice to rename the WebAuthn test objects like
TestAuthenticatorAttestationResponse
toTestAuthenticatorAttestationResponses
.As an exception, I think we should leave classes that are already pluralized as
TestPublicKeyCredentialCreationOptions
sinceTestPublicKeyCredentialCreationOptionses
is a little tricky to say.I believe the following is a comprehensive list of the classes to change:
TestAuthenticatorAttestationResponse
TestCredentialRecord
TestPublicKeyCredential
TestPublicKeyCredentialUserEntity
TestPublicKeyCredentialRpEntity
The text was updated successfully, but these errors were encountered: