Skip to content

v1.0.30

Choose a tag to compare

@marcel-maqsood marcel-maqsood released this 23 May 13:26
· 2 commits to master since this release

Fixed:

  • in 9ee2627 we moved code to provide csrf reading above the null-check for adapters, as custom handlers should be secured too; however, we forgot to move the CSRF check above the null check aswell; resulting in csrf tokens beeing ready for checks but never actually checked when the adapter is null.

With this release, the issues is patched.