Skip to content
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

[Security] : Redirect user to profile page #19837

Merged
merged 1 commit into from
May 13, 2024

Conversation

ThomasLandauer
Copy link
Contributor

Page: https://symfony.com/doc/5.x/security/custom_authenticator.html

The homepage is public. After login, you should redirect the user to some protected page.

Page: https://symfony.com/doc/5.x/security/custom_authenticator.html

The homepage is public. After login, you should redirect the user to some *protected* page.
@carsonbot carsonbot added this to the 5.4 milestone Apr 30, 2024
@carsonbot carsonbot changed the title [Security]: Redirect user to profile page [Security] : Redirect user to profile page Apr 30, 2024
@javiereguiluz javiereguiluz merged commit 4017cef into symfony:5.4 May 13, 2024
3 checks passed
@javiereguiluz
Copy link
Member

Thomas, generally speaking you are right ... but there are also web apps that display customized content in the homepage for logged in users.

So, to avoid confusion I tweaked this while merging (see 90802a6) to just say "redirect to some page".

Thanks!

@ThomasLandauer ThomasLandauer deleted the patch-17 branch May 13, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants