I’m trying to validate the access token I receive from my react native app in the backend using the Auth0 PHP package. But I keep getting the following error
Auth0\SDK\Exception\InvalidTokenException: The JWT string must contain two dots in Auth0\SDK\Exception\InvalidTokenException::badSeparators() (line 42 of /Users/USER/Sites/APPNAME/vendor/auth0/auth0-php/src/Exception/InvalidTokenException.php).
But checking the token I’m sending, it does contain 2 dots, here is what I’ve done in the backend: