Bagisto API token lifetime
-
How can I set the Bagisto Token lifetime to like a week or a month? No documentation is available. What PHP setting would support this?
-
Hi @rahulanand84,
Just add
JWT_TTL=120
in your.env
file and runphp artisan optimize
command.