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:
|
|
/deploy |
2 similar comments
|
/deploy |
|
/deploy |
740: Updated valid origin type
|
/deploy |
740
Description of changes
Checklist before review
Screenshots
Dev
Staging