Skip to content

Commit

Permalink
docs: fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
its-danny committed Aug 19, 2024
1 parent 57f1727 commit 53db220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This crate uses the [Double Submit Cookie Pattern][owasp-double-submit] to mitig

### How it works

- **Secret key**: You provide a **secret key** used to sign CSRF tokens. This token is secured by [secstr][crate-secstr] and only
- **Secret key**: You provide a **secret key** used to sign CSRF tokens. This secret is secured by [secstr][crate-secstr] and only
in memory as plaintext during the signing and validating processes.
For more information on managing your secret key, see [OWASP's Cryptographic Storage Cheat Sheet][owasp-cryptographic-storage]).
- **Token creation**:
Expand Down

0 comments on commit 53db220

Please sign in to comment.