Skip to content
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 support for PublicKeyCredentialHint #378

Merged
merged 14 commits into from
Sep 24, 2024
Merged

Add support for PublicKeyCredentialHint #378

merged 14 commits into from
Sep 24, 2024

Conversation

fdennis
Copy link
Contributor

@fdennis fdennis commented Sep 6, 2024

Fixes #371.

These are already implied by the `@Value` Lombok annotation - the explicit
modifier probably appeared when we used delombok to generate the new
constructors. (Most) other classes in the repo don't have the explicit `final`
modifier, so let's leave it out here too so it doesn't seem like these classes
are different.
Copy link

github-actions bot commented Sep 6, 2024

Test Results

2 230 tests   2 222 ✅  1m 14s ⏱️
   45 suites      8 💤
   45 files        0 ❌

Results for commit 7694886.

♻️ This comment has been updated with latest results.

@fdennis fdennis marked this pull request as ready for review September 13, 2024 10:33
@emlun emlun merged commit b6f6a9a into main Sep 24, 2024
20 checks passed
@emlun emlun deleted the publicKeyCredentialHint branch September 24, 2024 11:56
@emlun emlun mentioned this pull request Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support PublicKeyCredentialHints in PublicKeyCredentialCreationOptions
3 participants