cms
cms copied to clipboard
Working with API: Token not provided
trafficstars
Im using api and jwt authentication.
After many hours I could not solve this error
Token not provided
I installed "tymon/jwt-auth": "^1.0@dev"
There is no Authentication Bearer in my header.
please pass token in get or post request
or if you are adding that into Header Authorization Bearer than add this into .htaccess
RewriteEngine On RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]