-
Notifications
You must be signed in to change notification settings - Fork 197
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 support for Extended OTP Code Validity for Pair #520
Comments
I finally managed myself to extend the OTP time duration by reverse engineering the original process from WA. Just edit the digestIq method into the StreamHandler class as follows , this solution works for me on Cobalt 0.0.6 :
Hope it helps, let me know if this works for you all. |
Hi emp3r0r7 Looks like it extended the OTP indefinitely. We must extend to a certain timeout 3 minutes or so. |
Hello, i wanna say first of all : thank you for you huge work !!!
I have been using the webBuilder() method of the class responsible for generating OTP codes for user pairing in my application. However, I’ve noticed that the OTP code expires and refreshes approximately every 30 seconds, making it challenging for users to complete the pairing process if they take longer than this interval.
On the official web version of the platform, the OTP code remains valid for several minutes, allowing users to pair successfully even after a delay. This provides a smoother user experience, especially when network delays or user response times come into play.
Would it be possible to implement a feature that allows the OTP code to remain valid for a longer duration without automatically refreshing? This would help maintain a more consistent user experience similar to the official web version.
Thank you for considering this feature request.
Best regards
The text was updated successfully, but these errors were encountered: