Skip to content

Commit

Permalink
docs: say browser session cookie is "signed", not "encrypted" (#3424)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews authored Aug 2, 2024
1 parent b1ba313 commit c341f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/documentation/content/storage_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
The user storage and browser storage are only available within `page builder functions </documentation/page>`_
because they are accessing the underlying `Request` object from FastAPI.
Additionally these two types require the `storage_secret` parameter in`ui.run()` to encrypt the browser session cookie.
Additionally these two types require the `storage_secret` parameter in`ui.run()` to sign the browser session cookie.
| Storage type | `tab` | `client` | `user` | `general` | `browser` |
|-----------------------------|--------|----------|--------|-----------|-----------|
Expand Down

0 comments on commit c341f88

Please sign in to comment.