Skip to content

Commit

Permalink
fix(readme): updated readme faq
Browse files Browse the repository at this point in the history
  • Loading branch information
christianmat committed Jan 9, 2024
1 parent acd082b commit f1d62da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ localStorage is a browser API that allows you to store data in the browser. The
#### Can't anyone just guess a user ID and access someone else's data?

Yes. For this reason, we recommend using a non-iterable UUID for your user IDs. This makes it nearly impossible for users to guess other user IDs and access their data unless they know the user ID.

0 comments on commit f1d62da

Please sign in to comment.