Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: security

Technical writings, opinionated architectures, and development guides tagged with security.

Articles6
Est. Read Time60 mins
Categories2
Featured0
May 202610m read

Server-Side Rate Limiting in Laravel with Fingerprint.dev

Learn how to build device-based rate limiting in Laravel with Fingerprint.dev, Redis caching, and custom middleware to avoid the limits of IP-based throttling.

Feb 202614m read

Your PHP application is not stateless

Understanding statelessness in PHP: filesystem assumptions, session state, and building truly stateless applications with Zero Trust principles.

Feb 202510m read

Advanced Authorization methods in Laravel

Unravel Laravels authorization built-in Gates, Policies & advanced ReBAC, ABAC, PBAC methods for secure, scalable app access control.

Dec 20248m read

The definitive Guide to Webhooks in Laravel

Master webhooks in Laravel with this definitive guide. Learn setup, security, event handling, and more to build powerful real-time integrations.

Mar 20237m read

Passwordless Authentication in Laravel

Learn how to implement secure passwordless authentication in Laravel using magic links for user access. Follow this tutorial for a step-by-step guide.

Sept 202211m read

Simple one-time password authentication in Laravel

Learn how to implement one-time password authentication in Laravel. Secure and streamlined user authentication.