Results 1 comments of Flávio Melo

For @jgrossi solution to work, I had to use this as route middleware in ^1.0: ```php 'jwt.auth' => \Tymon\JWTAuth\Http\Middleware\Authenticate::class, 'jwt.refresh' => \Tymon\JWTAuth\Http\Middleware\RefreshToken::class, ```