Skip to content

Releases: theorchard/CSRF-Protector-PHP

2.0.0

22 Aug 05:19
65cde78
Compare
Choose a tag to compare

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 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
Compare
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
Compare
Choose a tag to compare

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

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