-
Notifications
You must be signed in to change notification settings - Fork 36
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 test suite for webauthn4j changes #2250
Conversation
I am busy ATM, but I'll let (any of) @rsvoboda @jcarranzan review, thanks a million time for looking into this. |
Thanks @FroMage ,I'll review it. |
run tests |
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.
LGTM. Thank you for the contribution! Works well both in JVM and Native.
Just a few minor things which are optional.
security/webauthn/src/test/java/io/quarkus/ts/security/webauthn/AbstractWebAuthnTest.java
Show resolved
Hide resolved
security/webauthn/src/test/java/io/quarkus/ts/security/webauthn/AbstractWebAuthnTest.java
Outdated
Show resolved
Hide resolved
security/webauthn/src/main/java/io/quarkus/ts/security/webauthn/security/MyWebAuthnSetup.java
Outdated
Show resolved
Hide resolved
security/webauthn/src/test/java/io/quarkus/ts/security/webauthn/AbstractWebAuthnTest.java
Outdated
Show resolved
Hide resolved
OCP failures in external apps are on investigation todo list, not related to this PR. |
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.
WebAuthn has changed a lot since the last time I looked at it. Thanks, @FroMage, for the fix and the code adaptation.
This will make the webauthn test compile and run with the latest Quarkus
main
changes.