Skip to content

Support for domain-bound one-time passcodes #241

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

Closed
amir-dropit opened this issue Sep 4, 2024 · 1 comment
Closed

Support for domain-bound one-time passcodes #241

amir-dropit opened this issue Sep 4, 2024 · 1 comment

Comments

@amir-dropit
Copy link

amir-dropit commented Sep 4, 2024

Is there support for domain/origin bound one time passcodes input?
Valid for iOS, Android & Web

Example of message format:

You verification code is 4321

@sub.domain.com #4321

refs:
Twilio

WICG

Web.dev

@retyui
Copy link
Owner

retyui commented Jun 7, 2025

you can achieve it using platform-specific APIs and workarounds

Platform Supported? Notes
iOS ✅ Yes Use textContentType="oneTimeCode"
Android ✅ Yes Use react-native-otp-verify
Web ✅ Yes Use autocomplete="one-time-code"

@retyui retyui closed this as completed Jun 7, 2025
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

No branches or pull requests

2 participants