Custom JWT Refresh (Optional)#
You can configure the JWT token refresh interval to ensure tokens are refreshed before they expire.
Steps#
Edit the Configuration File:
/var/louie/data/custom.envJWT_REFRESH_S=1800 # Refresh tokens 30 minutes before expiration
Adjust
JWT_REFRESH_Sbased on theGRAPHISTRY_JWT_EXPIRATION_DELTAset in your Graphistry server.
Restart the Server:
cd /var/louie ./dc up -d --force-recreate caddy louie
This setting helps maintain continuous authentication without interruption.