A crucial security warning about JWT tokens without expiration dates that can become permanent access keys, even after users leave or credentials are compromised. Learn why setting proper expiration times is essential for Laravel applications using JWT authentication.
Learn why validating critical configuration values in your service provider's boot method is superior to checking them in controllers or middleware. This security-focused tutorial shows how to catch configuration issues early in your Laravel application lifecycle, preventing deployment failures and protecting users from unexpected errors.
When Stephen Rees-Carter tells you to update your packages you update your packages! This timely security reminder highlighting recent vulnerabilities in Livewire v3 and PsySH that are being actively exploited in the wild. The post emphasises the critical importance of keeping Laravel packages updated to protect against known security threats.