This repository was archived by the owner on Jul 15, 2025. It is now read-only.
Releases: theorchard/CSRF-Protector-PHP
Releases · theorchard/CSRF-Protector-PHP
2.0.0
What's Changed
- SEC-7290: Adding memcache support to manage tokens. by Hasmukh Ravariya (@hasmukhravariya) in #8
- Only compatible with php >= 7.4.
- Added new configs parameter like
useMemcache,memcacheHost,sessionKeyPrefixandmemcacheExpiryto configure memcache. - It will use memcache only if
useMemcacheis set to true andmemcacheHostis not empty.
Full Changelog: v1.0.3...2.0.0
v1.0.3
What's Changed
- SEC-7290: Logging session in case of CSRF Validation error. by Hasmukh Ravariya (@hasmukhravariya) in #7
New Contributors
- Hasmukh Ravariya (@hasmukhravariya) made their first contribution in #7
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- SEC-3052: Changed the logic to unset/delete only match token from the session instead of old tokens by Bhavin Shah (@bhavinrshah) in #4
- SEC-3051: Changed the composer.json file by Bhavin Shah (@bhavinrshah) in #5
- SEC-7244: Setting new cookie i.e expiry time along with csrf token. by Bhavin Shah (@bhavinrshah) in #6
New Contributors
- Bhavin Shah (@bhavinrshah) made their first contribution in #4
Full Changelog: v1.0.1...v1.0.2