This commit is contained in:
Manav Rathi 2024-04-13 13:17:42 +05:30
parent f2d3ec74a1
commit 7deb0dca8e
No known key found for this signature in database

View file

@ -10,10 +10,10 @@ The data in local storage is tied to the Document's origin (scheme + host).
Some things that get stored here are:
* Details about the logged in user, in particular their user id and a auth token
we can use to make API calls on their behalf.
- Details about the logged in user, in particular their user id and a auth
token we can use to make API calls on their behalf.
* Various user preferences
- Various user preferences
## Session Storage