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 pop-up when a WebAuthn credential is deleted #3708

Merged

Conversation

jenshenny
Copy link
Member

@jenshenny jenshenny commented Apr 13, 2023

What problem are you solving?

When deleting a WebAuthn device, there should be a pop-up or alert to make sure that this action was not made by accident.

What approach did you choose and why?

Like when deleting an API key, added a confirmation associated with the delete button

What should reviewers focus on?

The phrasing of the confirmation message

Testing

  1. Have a Webauthn device on a user account
  2. When the delete button is pressed an alert pops up confirming the removal of the device.

Screenshot 2023-04-13 at 11 31 36 AM

@ericherscovich
Copy link
Contributor

Looks good to me! My one suggestion is perhaps adding a system test that clicks Cancel instead and ensuring the authn key is not deleted.

@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Merging #3708 (900ffd0) into master (0941d80) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3708   +/-   ##
=======================================
  Coverage   98.74%   98.75%           
=======================================
  Files         207      207           
  Lines        5115     5130   +15     
=======================================
+ Hits         5051     5066   +15     
  Misses         64       64           
Impacted Files Coverage Δ
app/mailers/mailer.rb 100.00% <100.00%> (ø)
app/models/webauthn_credential.rb 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@jchestershopify jchestershopify left a comment

Choose a reason for hiding this comment

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

LGTM, seconding @ericherscovich's suggestion.

@jenshenny jenshenny force-pushed the webauthn-credential-delete-confirmation branch 2 times, most recently from 55f2f53 to c81d0f7 Compare April 13, 2023 19:16
@jenshenny
Copy link
Member Author

My one suggestion is perhaps adding a system test that clicks Cancel instead and ensuring the authn key is not deleted.

Good call! Done ✅

@jenshenny jenshenny force-pushed the webauthn-credential-delete-confirmation branch from c81d0f7 to 900ffd0 Compare April 13, 2023 19:32
@jenshenny jenshenny merged commit e225229 into rubygems:master Apr 14, 2023
@jenshenny jenshenny deleted the webauthn-credential-delete-confirmation branch April 14, 2023 01:21
@rubygems-org-shipit rubygems-org-shipit bot temporarily deployed to staging April 14, 2023 01:32 Inactive
@rubygems-org-shipit rubygems-org-shipit bot temporarily deployed to production April 14, 2023 21:54 Inactive
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.

4 participants