-
Notifications
You must be signed in to change notification settings - Fork 32
Feat/e2e recaptcha bypass #742
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
base: develop-improvements
Are you sure you want to change the base?
Conversation
Advanced the frontend/src/enterprise submodule to commit 2790d046 to incorporate recent changes from the enterprise repository.
Advanced the enterprise submodule pointer to commit 097123ee1314e242462a27fdf439a98e384bc8cf to incorporate recent changes from the submodule repository.
|
…e2e-recaptcha-bypass # Conflicts: # backend/src/main/java/com/skapp/enterprise # frontend/src/enterprise
|
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.
Pull Request Overview
This PR implements an e2e reCAPTCHA bypass feature by integrating enterprise-level bypass token validation into the authentication service. The changes update submodule references and add bypass token validation capabilities to the community authentication implementation.
- Updates enterprise submodule commits for both frontend and backend
- Adds bypass token validation dependency to the community authentication service
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| frontend/src/enterprise | Updates enterprise submodule commit reference |
| backend/src/main/java/com/skapp/enterprise | Updates enterprise submodule commit reference |
| backend/src/main/java/com/skapp/community/common/service/impl/AuthServiceImpl.java | Adds import and dependency injection for BypassTokenValidator |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.



PR checklist
TaskId: (https://github.com/SkappHQ/skapp/issues/[id])
Summary
How to test
Project Checklist
npm run formatnpm run check-lintOther
PR Checklist
ready-for-code-review)Additional Information