-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable24] fix(client-login-flow): Handle missing stateToken gracefully #36586
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
Conversation
|
@ChristophWurst conflicts |
244f579 to
ba0fbdd
Compare
blizzz
left a comment
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.
1 question(s)
| public function apptokenRedirect(string $stateToken, string $user, string $password) { | ||
| public function apptokenRedirect(?string $stateToken, string $user, string $password) { | ||
| if ($stateToken === null) { | ||
| return $this->loginTokenForbiddenResponse(); |
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.
Forbidden or Missing?
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.
Potato potato
|
moving to 24.0.11 |
ba0fbdd to
572f665
Compare
|
/rebase |
Signed-off-by: Christoph Wurst <[email protected]>
572f665 to
2b868af
Compare
backport of #36552 and #36634