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

Clean up PIN identity validation #1940

Merged
merged 3 commits into from
Oct 2, 2023
Merged

Clean up PIN identity validation #1940

merged 3 commits into from
Oct 2, 2023

Conversation

nmattia
Copy link
Collaborator

@nmattia nmattia commented Oct 2, 2023

This cleans up a few things related to verifying whether some PIN identity material is still valid (i.e. if the corresponding authenticator/passkey still exists):

  • The validation is untangled from the IDB lookup
  • A loader is shown during the API call retrieving the existing authenticators/passkeys
  • A comment is added about why we don't actually remove the IDB material, even if no corresponding authenticator seems to exist.

🟡 Some screens were changed

This cleans up a few things related to verifying whether some PIN
identity material is still valid (i.e. if the corresponding
authenticator/passkey still exists):

* The validation is untangled from the IDB lookup
* A loader is shown during the API call retrieving the existing
  authenticators/passkeys
* A comment is added about why we don't actually remove the IDB
  material, even if no corresponding authenticator seems to exist.
@nmattia nmattia marked this pull request as ready for review October 2, 2023 14:18
Copy link
Contributor

@frederikrothenberger frederikrothenberger left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@nmattia nmattia enabled auto-merge October 2, 2023 15:20
@nmattia nmattia added this pull request to the merge queue Oct 2, 2023
Merged via the queue into main with commit b853a56 Oct 2, 2023
48 checks passed
@nmattia nmattia deleted the nm-validate-pin branch October 2, 2023 15:48
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