首页 > 解决方案 > How to extend existing token expire time for Laravel JWT

问题描述

I already have issued a lot of token for an existing application on production. There was a ttl and refresh_ttl value in JWT config. I have set ttl and refresh_ttl to null so that the new tokens doesn't have an expiration time. Right now, I want to remove expiration time from all the existing tokens. How do I achieve this?

标签: laraveljwttoken

解决方案


推荐阅读