As a user, I need my JWT token to eventually expire, for security reasons
As a FE dev, I need a way to refresh an JWT token that is about to expire while the user is still in the application, so that they are not logged out while still using the application.