From 95f1741b89d37e29bbfc703a40411ae2d01a7ec2 Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Sat, 4 Jan 2025 20:16:31 -0500 Subject: [PATCH] Clarify meaning Co-authored-by: Padraic Shafer <76011594+padraic-shafer@users.noreply.github.com> --- docs/source/how-to/authentication.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/how-to/authentication.md b/docs/source/how-to/authentication.md index cad4d24c1..d8e64ffc4 100644 --- a/docs/source/how-to/authentication.md +++ b/docs/source/how-to/authentication.md @@ -68,12 +68,11 @@ is revoked by the server. ``` -To opt out of this, set `remember_me=False`: +To opt out of this for subsequent connections, set `remember_me=False`: ```py >>> from tiled.client import from_uri >>> client = from_uri("https://...", remember_me=False) -``` ````{note} Tiled stores OAuth2 tokens (it _never_ stores your password) in files