I have multiple questions for which docs aren’t really that helpful:
- Does socket connection gets closed/invalidated if the refresh token expires ?(I know session token expiry doesn’t affect socket)
- Does refreshing session token also refreshes the refresh token? (from source code, it doesn’t look like it does and one needs to re-auth to refresh that)
- Would you recommend keeping the refresh token’s expiry time more than that of session token’s ?