-
Notifications
You must be signed in to change notification settings - Fork 1k
Captcha token retry #5845
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
+79
−8
Merged
Captcha token retry #5845
Changes from 14 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c5b614c
retry
joyceqin-stripe ff13db2
retry if expired once
joyceqin-stripe 95e7d7e
revert hcaptcharesult public
joyceqin-stripe fc3c6fc
Merge branch 'master' into joyceqin/captcha-token-retry
joyceqin-stripe 9417f29
update session expiry logic
joyceqin-stripe 1822bd8
Remove resetOnError
joyceqin-stripe b99f8bb
Merge branch 'master' into joyceqin/captcha-token-retry
joyceqin-stripe 84e4b66
add test and ensure hcaptcha created
joyceqin-stripe 7fe7dcf
lint
joyceqin-stripe fdd6a40
not reusing hcaptcha on refetch
joyceqin-stripe c785297
update sessionExpiration
joyceqin-stripe dd59708
remove unused change
joyceqin-stripe 9e16d6c
update sessionStartTime
joyceqin-stripe e8050cf
simplify
joyceqin-stripe f1f4927
pr feedback
joyceqin-stripe cea2abb
Merge branch 'master' into joyceqin/captcha-token-retry
joyceqin-stripe 7ae40fe
Merge branch 'master' into joyceqin/captcha-token-retry
joyceqin-stripe 321968c
Merge branch 'master' into joyceqin/captcha-token-retry
joyceqin-stripe 4737a34
Merge branch 'master' into joyceqin/captcha-token-retry
joyceqin-stripe 916a0d7
pr feedback
joyceqin-stripe 41ea079
Merge branch 'master' into joyceqin/captcha-token-retry
joyceqin-stripe 3d916bf
pr feedback
joyceqin-stripe 55e7c79
rename;
joyceqin-stripe 8e7e8b4
Merge branch 'master' into joyceqin/captcha-token-retry
joyceqin-stripe 7fb045d
lint
joyceqin-stripe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IsTokenReady seems to be used for analytics, and we are changing the underlying definition of it -- I'm guessing we're prepared to update any dashboards/queries to filter out older clients with the older definition?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HCaptcha on MPE is not public yet, so this isn't affecting anything.