Advanced Rate Limiting in Laravel: Sliding Window, Token Bucket and Distributed Limiting
Detailed guide on advanced rate limiting algorithms in Laravel: sliding window, token bucket, leaky bucket, and distributed rate limiting with Redis.
9 articles
Web application security practices and implementations. Learn about authentication, authorization, XSS prevention, CSRF protection, and secure coding.
Detailed guide on advanced rate limiting algorithms in Laravel: sliding window, token bucket, leaky bucket, and distributed rate limiting with Redis.
Comprehensive API security checklist for Laravel based on OWASP guidelines. Including authentication, authorization, input validation, rate limiting, and security headers.
Guide to implementing Passkeys and WebAuthn in Laravel for passwordless user authentication, more secure and convenient than passwords.
A comprehensive guide to Rate Limiting in Laravel: from basics to advanced, including custom limiters, sliding window algorithms, plan-based rate limits, and API throttling for SaaS.
Best practices for receiving, verifying, and processing webhooks from services like Stripe and GitHub in Laravel.
Secure your Laravel application against XSS attacks using strict Content Security Policy headers and Spatie's CSP package.
Rendering user-generated (or even admin-generated) content requires strict security practices. Learn how to configure league/commonmark to prevent XSS attacks.
Go beyond authentication. Learn how to configure CSP, HSTS, and other HTTP security headers in Laravel to protect your blog from XSS and clickjacking.
A comprehensive guide to installing Certbot, obtaining a free SSL certificate, facilitating auto-renewal, and hardening your Nginx configuration.