Skip to content

feat(authenticator): Add support for Compose autofill #252

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

Merged
merged 10 commits into from
Jul 10, 2025

Conversation

mattcreaser
Copy link
Member

Issue #, if available: #247

Description of changes:

How did you test these changes?

  • Verified sign-in information saved to password manager when creating account
  • Verified sign-in information autofilled from password manager when signing in
  • Verified sign-in information updated when resetting password

Documentation update required?

  • No
  • Yes (Please include a PR link for the documentation update)

General Checklist

  • Added Unit Tests
  • Added Integration Tests
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Ensure commit message has the appropriate scope (e.g fix(liveness): message, fix(authenticator): message, fix(all): message)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mattcreaser mattcreaser requested review from a team as code owners July 9, 2025 13:53
Copy link

codecov bot commented Jul 9, 2025

Codecov Report

Attention: Patch coverage is 49.29577% with 36 lines in your changes missing coverage. Please review.

Project coverage is 32.69%. Comparing base (6abe43e) to head (1f1e55d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #252      +/-   ##
==========================================
+ Coverage   31.79%   32.69%   +0.90%     
==========================================
  Files          97      100       +3     
  Lines        4539     4569      +30     
  Branches      530      542      +12     
==========================================
+ Hits         1443     1494      +51     
+ Misses       2980     2952      -28     
- Partials      116      123       +7     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

tylerjroach
tylerjroach previously approved these changes Jul 9, 2025
@mattcreaser mattcreaser force-pushed the mattcreaser/autofill branch from f6b0027 to 1f1e55d Compare July 10, 2025 14:36
@mattcreaser mattcreaser enabled auto-merge (squash) July 10, 2025 17:41
@mattcreaser mattcreaser merged commit 8ef7b8a into main Jul 10, 2025
4 checks passed
@mattcreaser mattcreaser deleted the mattcreaser/autofill branch July 10, 2025 20:19
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