-
Notifications
You must be signed in to change notification settings - Fork 43
refresh captcha token after its get expired (120s) #15
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
Conversation
Maintainers, please add this logic to your other sample scripts also. |
Done, also readme updated. |
@MOwsianowski thank you for being awesome great work! |
@MOwsianowski It would also be nice if you also added it to the homepage of this github project |
@9mido |
Hi! thank you for the PR! I will review it in few days. We don't have any homepage. We will generate a new pypi release after the PR is accepted. |
The code tab of https://github.com/kbytesys/django-recaptcha3 Gotcha sorry for the misunderstanding! |
Hello @kbytesys, there's still no new pypi version, there's an ETA for it or we can install from master directly to fix the problem? Thanks. |
Hi! something is not working in my travis pipeline. I will investigate today/tomorrow. |
After 120s form cannot be successful submitted, because reCaptcha v3 token is expired.
I added js interval each 120s to refresh the token.