paragonie / anti-csrf

Full-Featured Anti-CSRF Library
https://paragonie.com/projects
GNU Affero General Public License v3.0
297 stars 52 forks source link

validateRequest() method must call validateRequestOrThrow() #50

Closed Kekos closed 2 years ago

Kekos commented 2 years ago

I found a bug in my PR #46 where the old validateRequest() method became a no-op.