Skip to content

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Dec 16:42

Added

  • CSRF: Codemonster\Security\Csrf\VerifyCsrfToken, token manager Codemonster\Security\Csrf\CsrfTokenManager, helpers csrf_token() and csrf_field().
  • Rate limiting: Codemonster\Security\RateLimiting\ThrottleRequests, Codemonster\Security\RateLimiting\RateLimiter, storage contracts and SessionThrottleStorage.
  • Integration with Annabel: Codemonster\Security\Providers\SecurityServiceProvider.
  • Tests for CSRF and rate limiter.