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

[IAMRISK-2603] Add support for Arkose #2455

Merged
merged 5 commits into from
Oct 6, 2023
Merged

[IAMRISK-2603] Add support for Arkose #2455

merged 5 commits into from
Oct 6, 2023

Conversation

srijonsaha
Copy link
Contributor

@srijonsaha srijonsaha commented Oct 2, 2023

Changes

Adding support for Arkose catpcha.

References

https://auth0team.atlassian.net/browse/IAMRISK-2603

Testing

arkose.mp4
  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language

Checklist

Copy link
Member

@frederikprijck frederikprijck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a couple of first comments in a first review (but needs another round once tests are green and new tests are added), but this fails existing tests and missed additional tests for the added functionality (you can look at #2387 for previous integrations).

I also see this changes the existing code quite a bit (which is why the tests fail), is that something we can avoid?

src/field/captcha/third_party_captcha.jsx Show resolved Hide resolved
src/field/captcha/third_party_captcha.jsx Outdated Show resolved Hide resolved
src/field/captcha/third_party_captcha.jsx Outdated Show resolved Hide resolved
src/field/captcha/third_party_captcha.jsx Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Attention: 28 lines in your changes are missing coverage. Please review.

Comparison is base (00a27d5) 41.71% compared to head (0c47b26) 41.74%.
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2455      +/-   ##
==========================================
+ Coverage   41.71%   41.74%   +0.03%     
==========================================
  Files         120      120              
  Lines        3028     3066      +38     
  Branches      327      332       +5     
==========================================
+ Hits         1263     1280      +17     
- Misses       1673     1694      +21     
  Partials       92       92              
Files Coverage Δ
src/field/captcha/captcha_pane.jsx 62.50% <ø> (ø)
src/field/captcha/third_party_captcha.jsx 50.00% <51.72%> (-2.23%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

2 participants