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

[5.x] Fix nocache and OAuth routes for Laravel 11 apps #10070

Merged
merged 1 commit into from
May 14, 2024

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue with the {{ nocache }} tag and OAuth routes, for applications using the new Laravel 11 application skeleton.

Laravel applications previously included a VerifyCsrfToken middleware. However, with Laravel 11 and the slimmer application skeleton, the middleware is no longer included in the app's files and falls back to one in the Laravel framework.

Fixes #10068.

@jasonvarga jasonvarga merged commit e99a3a7 into 5.x May 14, 2024
32 checks passed
@jasonvarga jasonvarga deleted the fix/nocache-and-oauth-for-laravel-11-apps branch May 14, 2024 13:48
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.

419 errors using the nocache tag
2 participants