Skip to content

Releases: polymorphine/csrf

Release version 0.1.4

30 Jan 02:41
58a79f2
Compare
Choose a tag to compare

Changed class elements order according to updated Polymorphine/Dev coding standard (version 0.6.0).

Release version 0.1.3

14 Jan 09:42
be9289e
Compare
Choose a tag to compare

Changes:

  • Expanded psr/http-message version compatibility with 2.x

Misc:

  • Refactored test methods

Release version 0.1.2

06 Jan 03:57
d5d944c
Compare
Choose a tag to compare

Upgraded codebase to php 8.4

  • Upgraded dev package & project skeleton
  • Removed implicitly nullable arguments

Release version 0.1.1

05 Oct 01:20
c494fa2
Compare
Choose a tag to compare
  • Simplified assertions & removed external references from tests
  • Synchronized package files with skeleton template

Release version 0.1.0

11 Aug 08:34
3ace991
Compare
Choose a tag to compare

Single implementation of PSR-15 middleware:

  • generation & validation of CSRF Tokens
  • same token throughout session
  • validation skipped for safe http methods (GET, HEAD, OPTIONS)