Skip to content

Commit

Permalink
Clarify meaning
Browse files Browse the repository at this point in the history
Co-authored-by: Padraic Shafer <76011594+padraic-shafer@users.noreply.github.com>
  • Loading branch information
danielballan and padraic-shafer authored Jan 5, 2025
1 parent 63bb4e7 commit 95f1741
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/how-to/authentication.md
Original file line number Diff line number Diff line change
@@ -68,12 +68,11 @@ is revoked by the server.
<Context authenticated as '...'>
```

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

0 comments on commit 95f1741

Please sign in to comment.