Skip to content

feat(Device): getBiometricsAuthenticationStatus #218

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 5 commits into from
Jun 18, 2025

Conversation

pladaria
Copy link
Member

Fixes: #216
WEB-2265

@@ -1058,92 +1063,6 @@ bottomSheet = (payload: SheetUI) => Promise<SheetResponse>
being opened (for example, user accidental double tap), it will throw an Error
with code `423` (Locked)

There are some specific cases of bottom sheet, and we have some utility methods
Copy link
Member Author

Choose a reason for hiding this comment

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

Unrelated doc update (deprecating some methods)

@pladaria pladaria requested review from Copilot and jdelga June 18, 2025 09:46
Copilot

This comment was marked as outdated.

@pladaria pladaria requested a review from Copilot June 18, 2025 09:51
Copilot

This comment was marked as outdated.

@pladaria pladaria enabled auto-merge (squash) June 18, 2025 10:24
@pladaria pladaria disabled auto-merge June 18, 2025 10:26
@pladaria pladaria enabled auto-merge (squash) June 18, 2025 10:42
@pladaria pladaria requested review from Copilot and removed request for Copilot June 18, 2025 11:00
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a new biometrics authentication status feature and updates related documentation, exports, and tests.

  • Introduces GET_BIOMETRICS_AUTHENTICATION_STATUS message in the native responses.
  • Implements getBiometricsAuthenticationStatus in device.ts with corresponding tests.
  • Updates README and index re-exports, and marks legacy bottom sheet methods as deprecated.

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/post-message.ts Adds new response type for biometrics authentication.
src/device.ts Introduces getBiometricsAuthenticationStatus function.
src/bottom-sheet.ts Marks legacy bottom sheet methods as deprecated.
src/tests/device-test.ts Provides test coverage for the new biometrics status feature.
index.ts Re-exports the new function and deprecation comments.
README.md Updates documentation with details for getBiometricsAuthenticationStatus.

@pladaria pladaria merged commit dd1282f into master Jun 18, 2025
2 checks passed
@pladaria pladaria deleted the pladaria/WEB-2265_getBiometricsAuthenticationStatus branch June 18, 2025 11:42
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.

New bridge method GET_BIOMETRICS_AUTHENTICATION_STATUS
2 participants