speakeasy-api/gram dashboard@0.75.0 (opens in new tab)
#Go Minor Changes organizationRemoteSessionIssuers management service gains a refreshSession method that forces an upstream grant_type=refresh_token exchange on a single session regardless of its current access-token expiry, persists the rotated tokens, and returns the updated session. The shared refresh code path is now used by both the lazy MCP token-resolution path and this explicit admin action; the upstream token POST runs outside any database transaction. The RemoteSession type exposes ...
Read the original article