Skip to content
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

Fix bot detection CAPTCHA not being shown #651

Merged
merged 3 commits into from
Feb 10, 2021

Conversation

ejensen
Copy link
Contributor

@ejensen ejensen commented Feb 3, 2021

Changes

This change makes the web session used during the bot detection CAPTCHA challenge ephemeral. This prevents issues where users are not able to complete the CAPTCHA challenge because the shared web session's credentials are too old, which makes the web session dismiss before the CAPTCHA is presented. Details and videos are in the linked support ticket and Lock.Android issue

References

Testing

  • This change has been tested on the latest version of the platform/language or why not

Checklist

@ejensen ejensen requested a review from a team as a code owner February 3, 2021 01:18
Widcket
Widcket previously approved these changes Feb 8, 2021
@Widcket
Copy link
Contributor

Widcket commented Feb 8, 2021

Hi @ejensen, thanks for your PR. Can you please give access so I can push a commit to get the CI going? We're still experiencing issues, my apologies.

@ejensen
Copy link
Contributor Author

ejensen commented Feb 8, 2021

Hi @ejensen, thanks for your PR. Can you please give access so I can push a commit to get the CI going? We're still experiencing issues, my apologies.

@Widcket I sent you an invite for write access to the fork

Widcket
Widcket previously approved these changes Feb 8, 2021
@Widcket
Copy link
Contributor

Widcket commented Feb 8, 2021

Type 'MockAuthInteractor' does not conform to protocol 'OAuth2Authenticatable'
Type 'MockOAuth2' does not conform to protocol 'OAuth2Authenticatable'

@ejensen can you please fix the tests?

@ejensen
Copy link
Contributor Author

ejensen commented Feb 9, 2021

Type 'MockAuthInteractor' does not conform to protocol 'OAuth2Authenticatable'
Type 'MockOAuth2' does not conform to protocol 'OAuth2Authenticatable'

@ejensen can you please fix the tests?

Tests have been updated

Widcket
Widcket previously approved these changes Feb 10, 2021
@Widcket Widcket merged commit cb1ba03 into auth0:master Feb 10, 2021
@Widcket Widcket deleted the fix-captcha-session-too-old branch February 10, 2021 02:48
@Widcket Widcket added this to the vNext milestone Feb 11, 2021
@Widcket Widcket mentioned this pull request Mar 9, 2021
@Widcket
Copy link
Contributor

Widcket commented Mar 10, 2021

This is now out in v2.22.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants