Namespace Riimu\Kit\CSRF
Namespaces summary
| Riimu\Kit\CSRF\Source |
| Riimu\Kit\CSRF\Storage |
Classes summary
| CSRFHandler | Secure CSRF token validator and generator. |
| NonceValidator | CSRF Handler that accepts each CSRF token only once. |
| SingleToken | Provides convenience and efficiency by lazy loading only one token. |
Exceptions summary
| InvalidCSRFTokenException | Thrown when the CSRF token cannot be validated and exception is required. |