Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 9ea9113

Browse files
author
Michael Ingraham
committed
Deleting the first 'using' in 'using using' grammar error.
1 parent 98fa671 commit 9ea9113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Typically it would use some persistent storage.
311311

312312
The tokens are never stored directly, instead only token hashes are passed to the storage. That way even if the token
313313
database is leaked, it won't be possible to forge sessions using the hashes. Moreover, in addition to the token hash,
314-
a selector value is stored. That value is used to lookup stored hashes; tokens are compared using using a special
314+
a selector value is stored. That value is used to lookup stored hashes; tokens are compared using a special
315315
constant-time comparison method, to prevent timing attacks.
316316

317317
When a session expires or is not present, but the refresh token is (sent from the client using either a cookie,

0 commit comments

Comments
 (0)