[angularjs] jwt auth laravel 5가 오류를 제공함 The token could not be parsed from the request
You need to send authorization token in the header. You might need to modify your Apache settings to allow for authorization headers to be sent. Authorization: Bearer {yourtokenhere} You can modify your .htaccess file with: RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] ------------------- JWTAuth::parseToken() requires token to be sent in the header in the fo..
카테고리 없음
2021. 2. 21. 15:26