-
Notifications
You must be signed in to change notification settings - Fork 71
Laravel headers #41
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
Comments
I have fixed this issue in PR #39 - but there still might be some bugs, as Laravel contains a lot of global and static things, that doesn't play well with such architecture. |
@duxet doesnt work. |
I've meanwhile ported my app to JWT and will try to verify this. |
This php-pm/php-pm@9b63b99 should fix an issue. |
Closing due do missing feedback. Please feel free to reopen. |
We've seen that request headers persist through different requests. For example, we're sending the Authentication header from one browser and getting an authenticated response from another without providing the header (we are using php-pm with only one worker to test this).
We're using Laravel 5.2 with Dingo.
Any help to fix this would be appreciated.
Thanks,
The text was updated successfully, but these errors were encountered: