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
The error message should have said "Invalid audience... " but I received "Array to String conversion exception"
The problem is on line 203 of auth0-php\src\JWTVerifier.php
I changed it to
Invalid audience '.implode( ', ', $audience ).'; expected '.implode( ', ', $this->valid_audiences )
The text was updated successfully, but these errors were encountered:
The error message should have said "Invalid audience... " but I received "Array to String conversion exception"
The problem is on line 203 of auth0-php\src\JWTVerifier.php
I changed it to
Invalid audience '.implode( ', ', $audience ).'; expected '.implode( ', ', $this->valid_audiences )
The text was updated successfully, but these errors were encountered: