As I understood,
You would make the lifespan for JWT Access Token short so that if someone has access to it, it would not work for long. However, we would not do the same with JWT Refresh Tokens to enhance the UX.
But now if someone has access over my JWT Refresh Token, that would grant them access to the protected resources. So how is it secure then?