Hey I'm trying to find out a bit more information about how JWT expiry with regards to the refresh token flow. Is all of this seamless so that I'll end up getting new JWT updated every ~1 hour with the refresh flow happening implicitly in the backend?
For context, I'm trying to figure out how to properly handle subscriptions with Hasura where the token is only passed during the initial Websocket handshake