-
Notifications
You must be signed in to change notification settings - Fork 4
740: Fixed diff host email verif success #749
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: main
Are you sure you want to change the base?
Conversation
|
/deploy |
Available PR Commands
See: https://github.com/tahminator/codebloom/wiki/CI-Commands |
Title740: Fixed diff host email verif success PR TypeBug fix, Tests Description
Diagram Walkthroughflowchart LR
req["Incoming /school/verify request"]
origin["Extract Referer and allowed URL"]
check["Origin startsWith allowed URL?"]
deny["Redirect to /settings with error"]
proceed["Proceed with session and JWT checks"]
ok["Redirect with success message"]
fail["Redirect with error on failures"]
req --> origin --> check
check -- "no" --> deny
check -- "yes" --> proceed
proceed -- "success" --> ok
proceed -- "failure" --> fail
|
| Relevant files | |||
|---|---|---|---|
| Bug fix |
| ||
| Tests |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
740: Updated valid origin type
|
/deploy |
1 similar comment
|
/deploy |
740
Description of changes
Checklist before review
Screenshots
Dev
Staging