Skip to content

Commit

Permalink
updated persistence per review
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds committed Feb 24, 2025
1 parent 9572639 commit 690248b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import APIField from 'src/components/api/APIField.astro';

<APIBlock>
<APIField name="app.at" type="String">
The encoded access token. This cookie is written in the response as a `Secure` `HttpOnly` session cookie.
The encoded access token. This cookie is written in the response as a `Secure` `HttpOnly` persistent cookie.
</APIField>
<APIField name="app.rt" type="String">
The refresh token. This cookie is written in the response as a `Secure` `HttpOnly` persistent cookie. The cookie expiration is configured in the JWT
Expand Down

0 comments on commit 690248b

Please sign in to comment.