I am using the /oauth2/logout
endpoint to log a user out of fusionauth as described here.
I know that the JWT will be valid till it expires and we can use webhooks to invalidate it if needed before expiry. But do we need to explicitly expire any refresh token issued to the user or does fusionauth automatically invalidates them?