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

Releases: theorchard/CSRF-Protector-PHP

2.0.0

22 Aug 05:19
65cde78

Choose a tag to compare

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, sessionKeyPrefix and memcacheExpiry to configure memcache.
  • It will use memcache only if useMemcache is set to true and memcacheHost is not empty.

Full Changelog: v1.0.3...2.0.0

v1.0.3

19 Mar 06:29
459ff60

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

03 Apr 06:16
e1bdd99

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2