Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@paragonie-scott paragonie-scott released this 22 Nov 21:27
· 33 commits to master since this release
v2.1.0
  • Changed encoding mode from Base64 to Base64UrlSafe.
  • Added a Reusable variant to the AntiCSRF class, for use with AJAX forms.
  • #20 - Implemented better support for front-controller URIs by allowing REQUEST_URI to be swapped out for PATH_INFO.