Questions tagged as 'jwt'

0
answers

"bad digest name" using Angular2 and Json Web Tokens

I am using the repository of the following link: link Right after cloning the repository and trying to execute the login I get the error    "bad digest name" That until now I have managed to solve by changing the following lines...
asked by 17.09.2016 / 04:02
1
answer

To use Payload Claim Sub and Aud on a system with Json Web Token

I am conducting tests to understand and implement a user authorization system through the use of Json Web Token . Looking for information about the configuration of a token a couple of doubts arise about the use of two Claim Payload, the Sub...
asked by 03.06.2016 / 10:26
1
answer

Laravel Error MethodNotAllowedHttpException

I'm doing a JWT login and at the time of testing the route I get an error:    MethodNotAllowedHttpException routes.php Route::group(['middleware'=>'cors'], function(){ Route::post('/auth_login', 'ApiAuthController@userAuth');...
asked by 21.06.2016 / 15:49
1
answer

Token not provided in authentication with JWT Laravel

I have this error in laravel since when I make the request I send the user's data and it generates the token but I try to add this and it tells me token not provided $user = JWTAuth::toUser(); This is the code of my controller <?php...
asked by 04.05.2018 / 22:37