Should I explicitly send the Refresh Token to get a new Access Token - JWT
问题 In my application, I return an access token and a refresh token when a user logs in successfully. The expiration times for access and refresh token have been set to 10 and 40 minutes respectively. (I should do some more research on those values. This is just for testing) I used the implementation described in following article http://www.svlada.com/jwt-token-authentication-with-spring-boot/ Let's say I invoke a request to the server after 10 minutes of the login in. Since the access token is