tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen

Home Page:https://jwt-auth.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set refresh token ttl dynamically?

badazhou opened this issue · comments

We know that:
JWTAuth::factory()->setTTL($myTTL); this setTTL is set access token ttl.

but how to set refresh ttl dynamically?