Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Feb 7, 2024
1 parent cfd3e8b commit 4dec69e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ To learn more about HMAC based token pattern

### Stub CSRF token

The `StubCsrfToken` class can be useful when mocking CSRF token behavior during unit testing or when providing
The `StubCsrfToken` simply stores and returns a token string. It does not perform any additional validation.
This implementation can be useful when mocking CSRF token behavior during unit testing or when providing
placeholder functionality in temporary solutions.

### Masked CSRF token
Expand Down

0 comments on commit 4dec69e

Please sign in to comment.