I would like to implement JWT-based authentication to our new REST API. But since the expiration is set in the token, is it possible to automatically prolong it? I don\'t wa
How about this approach:
We don't require additional end point for refreshing the token in this case. Would appreciate any feedack.