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

EncryptCookies middleware option in config/sanctum.php #147

Merged
merged 2 commits into from
May 25, 2020

Conversation

lukadriel7
Copy link
Contributor

Added the option to select the middleware for cookies encryption to allow the exclusion of some cookies.
The current implementation use the EncryptCookies middleware of laravel, ignoring the potential changes made by the user in App\Http\Middleware\EncryptCookies.php . This pull request aims to correct the behaviour.

Added the option to select the middleware for cookies encryption to allow the exclusion of some cookies.
Added the option to select the middleware for cookies encryption to allow the exclusion of some cookies.
@taylorotwell taylorotwell merged commit 23fe191 into laravel:2.x May 25, 2020
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.

2 participants