Skip to content

Commit

Permalink
docs: fix grammatical error in Update security.md (alan2207#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
harishkrishnan24 authored Dec 8, 2024
1 parent 4da36db commit 21189c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Authentication is the process of verifying the identity of a user. In single-pag

The most secure practice is to store the token in the application state. However, it's important to note that if the user refreshes the application, the token will be reset. That can lead to the loss of the user's authentication status.

That is why tokens need to be are stored in a cookie or `localStorage/sessionStorage`.
That is why tokens need to be stored in a cookie or `localStorage/sessionStorage`.

#### `localStorage` vs cookie for storing tokens

Expand Down

0 comments on commit 21189c3

Please sign in to comment.