Skip to content

[13.x] Support space-delimited prompt parameter#1906

Merged
taylorotwell merged 3 commits intolaravel:13.xfrom
hafezdivandari:13.x-space-delimited-prompt
Apr 9, 2026
Merged

[13.x] Support space-delimited prompt parameter#1906
taylorotwell merged 3 commits intolaravel:13.xfrom
hafezdivandari:13.x-space-delimited-prompt

Conversation

@hafezdivandari
Copy link
Copy Markdown
Contributor

Fixes #1899

This PR adds support for passing space-delimited prompt parameter according to OpenID spec.

The main usage is prompt=login consent where the end-user will be forced to reauthenticate and then will be prompted for the consent.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 6, 2026

Thanks for submitting a PR!

Note that draft PRs are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

@hafezdivandari hafezdivandari marked this pull request as ready for review April 8, 2026 20:12
@taylorotwell taylorotwell merged commit 16c4579 into laravel:13.x Apr 9, 2026
11 of 12 checks passed
@hafezdivandari hafezdivandari deleted the 13.x-space-delimited-prompt branch April 10, 2026 09:41
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.

Bug: passing?prompt=login consent should force authentication and ask for consent but it does neither.

2 participants