Libraries tagged by csrf session
paragonie/anti-csrf
156088 Downloads
Paragon Initiative's Anti-CSRF Security Library
aura/session
1052251 Downloads
Provides session management functionality, including lazy session starting, session segments, next-request-only ("flash") values, and CSRF tools.
volnix/csrf
166143 Downloads
CSRF protection library that compares provided token to session token to ensure request validity.
ayesh/stateless-csrf
17271 Downloads
Secret-key based state-less CSRF token generator and validator for PHP 8. State-less means you do not have to store the CSRF token in session or database.
schnittstabil/csrf-tokenservice
157248 Downloads
Stateless CSRF (Cross-Site Request Forgery) token service.
mezzio/mezzio-csrf
193663 Downloads
CSRF token generation and validation for PSR-7 and PSR-15 applications using mezzio-session
schnittstabil/csrf-twig-helpers
34666 Downloads
CSRF (Cross-Site Request Forgery) protection helpers for the Twig templating engine.
davwheat/session-keepalive
1281 Downloads
Automatically refreshes user CSRF tokens to prevent interaction errors after idling.
resonantcore/anti-csrf
11 Downloads
Paragon Initiative's Anti-CSRF Security Library
zaphyr-org/session
116 Downloads
A session handler repository for maintaining user state across multiple requests.
schnittstabil/psr7-csrf-middleware
109587 Downloads
Stateless PSR-7 CSRF (Cross-Site Request Forgery) protection middleware - simple Slim Framework 3 integration.
pinga/session
345 Downloads
Modern session management for PHP
zendframework/zend-expressive-csrf
40877 Downloads
CSRF token generation and validation for PSR-7 and PSR-15 applications using zend-expressive-session
odan/slim-csrf
1281 Downloads
A CSRF protection middleware
odan/csrf
622 Downloads
A CSRF protection middleware