Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 206 Bytes

refresh-token.md

File metadata and controls

11 lines (10 loc) · 206 Bytes

Refresh tokens

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