the token could not be parsed from the request jwt error in laravel

Tymon \ JWTAuth \ Exceptions \ JWTException

The token could not be parsed from the request


 Add this line to your .htaccess file

RewriteRule ^ - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

Comments