You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sequenceDiagram
autonumber
actor U as User
participant A as Hasura Auth
U->>+A: HTTP POST /token
A->>-U: HTTP OK response
Note left of A: Refresh token + access token