cms icon indicating copy to clipboard operation
cms copied to clipboard

Working with API: Token not provided

Open bahman2216 opened this issue 8 years ago • 1 comments
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.

bahman2216 avatar Nov 27 '16 11:11 bahman2216

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]

mepsd avatar Jan 23 '21 07:01 mepsd