Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 235 Bytes

refresh-token.md

File metadata and controls

12 lines (11 loc) · 235 Bytes

Refresh tokens

sequenceDiagram
	autonumber
	actor U as User
	participant A as Hasura Auth
	U->>+A: HTTP POST /token
	A->>A: Update refresh token
	A->>-U: HTTP OK response
	Note left of A: Refresh token + access token
Loading