guardllama icon indicating copy to clipboard operation
guardllama copied to clipboard

Refresh JWT token on API calls

Open llamaonduty opened this issue 3 years ago • 0 comments

Feature description

JWT tokens are issued when calling POST /authenticate once, and the expiration date is never renewed. This would make the user session expire in one hour after a user logs in. API calls should refresh the JWT token in the response header and the UI should update the cookie so that user session stays active if the user stays active.

llamaonduty avatar Apr 09 '23 00:04 llamaonduty