You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can also raise this issue on the auth0-php package as the update to the ApiClient has broken the InformationHeaders@Extend function (which is slated for depracation).
The text was updated successfully, but these errors were encountered:
SamuelWillis
changed the title
Auth0-PHP@5.3.1 Breaks Laravel-auth0
Auth0-PHP@5.3.1 breaks Laravel-Auth0
Nov 1, 2018
@SamuelWillis - Thank you for this report! I have an issue open in the PHP SDK and was confused why Extend was being called anywhere. Sounds like that issue is probably on Laravel as well.
Apologies for the trouble here. I'll release a fix for this today!
Installing this package installs auth0@5.3.1.
This is causing an exception to be thrown that stems from the
LoginServiceProvider
:I've traced it down to the
InformationHeaders::Extend
function that looks to fill the headers in with the old headersenvironment
field.It gets the old headers from the auth0 ApiClient
getInfoHeadersData
.This change to ApiClient no longer sets an
environment
field, however.One suggestion would be to change the
composer.json
to:I can also raise this issue on the
auth0-php
package as the update to theApiClient
has broken theInformationHeaders@Extend
function (which is slated for depracation).The text was updated successfully, but these errors were encountered: