Handling Webhooks Securely in Laravel
Best practices for receiving, verifying, and processing webhooks from services like Stripe and GitHub in Laravel.
5 posts
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.