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

Remove txAuthSimple, update hmac-secret, improve cancel, add Stax support #27

Merged
merged 7 commits into from
Nov 24, 2023

Conversation

xchapron-ledger
Copy link
Contributor

No description provided.

Xavier Chapron added 2 commits November 10, 2023 15:07
This extension has been removed from WebAuthn Spec here:
w3c/webauthn#1386

It could still be used, but there was no concrete usage of it.
If it were to be replaced, we should probably consider the payment
extension:
https://w3c.github.io/secure-payment-confirmation/
FIDO2.1 specification and conformance tools enforce that:
The authenticator generates two random 32-byte values (called
CredRandomWithUV and CredRandomWithoutUV) and associates them with the
credential.
Xavier Chapron added 3 commits November 17, 2023 09:31
This field is optional in FIDO2 in some cases, but required in FIDO2.1.
Some browser enforces it, see
mozilla/authenticator-rs#319
As not including it is an unnecessary optimisation, we rather always put
it if it causes compatibiity issue.
} else {
ctap2_get_assertion_user_cancel();
#ifdef HAVE_NBGL
app_nbgl_status("Log in cancelled", false, ui_idle, NBGL_NO_TUNE);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Login" as line 64 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one wasn't on the figma design, I'm changing it.

yhql
yhql previously approved these changes Nov 24, 2023
Copy link

@yhql yhql left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved with minor typo

@xchapron-ledger xchapron-ledger merged commit 7de5ad7 into develop Nov 24, 2023
22 of 24 checks passed
@xchapron-ledger xchapron-ledger deleted the xch/stax branch November 24, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants