tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
https://jwt-auth.com
MIT License
11.29k stars 1.54k forks source link

Laravel 4.2 refresh token not working #1949

Open codetestmg opened 4 years ago

codetestmg commented 4 years ago

I am using laravel 4.2 and JWT 0.4.3 Access token generating properly. invalid token works fine

Issue When i try to generate refresh token using expired token then it always return Token has expired.

$refreshed = JWTAuth::refresh(JWTAuth::getToken());

if i try to generate refresh token using valid access token then it return new token.

stale[bot] commented 3 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.