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 @hasmukhravariya in #8
- Only compatible with php >= 7.4.
- Added new configs parameter like
useMemcache
,memcacheHost
,sessionKeyPrefix
andmemcacheExpiry
to configure memcache. - It will use memcache only if
useMemcache
is set to true andmemcacheHost
is 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 @hasmukhravariya in #7
New Contributors
- @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 @bhavinrshah in #4
- SEC-3051: Changed the composer.json file by @bhavinrshah in #5
- SEC-7244: Setting new cookie i.e expiry time along with csrf token. by @bhavinrshah in #6
New Contributors
- @bhavinrshah made their first contribution in #4
Full Changelog: v1.0.1...v1.0.2