From f70a938faffc78dd0f70f48dbc7d3fdd422d48a4 Mon Sep 17 00:00:00 2001 From: Sebastian Jeltsch Date: Sun, 8 Jun 2025 11:27:49 +0200 Subject: [PATCH] Document responsibilities when persisting auth tokens. --- docs/src/content/docs/documentation/auth.mdx | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/documentation/auth.mdx b/docs/src/content/docs/documentation/auth.mdx index 14363ed2..47b5e099 100644 --- a/docs/src/content/docs/documentation/auth.mdx +++ b/docs/src/content/docs/documentation/auth.mdx @@ -13,12 +13,15 @@ These primitives let you establish the identity of your users in order to authorize or deny access to your data, let users change their email address, reset their password, etc. -