v1.0.30
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.