Securing Laravel
  • Home
  • In Depth Articles
  • Security Tips
  • Archives
  • About
  • Laravel Security Audits & Pentests
  • Practical Laravel Security Course
Sign in Subscribe
Restack

OpenLampTech - Developer Interview with Stephen Rees-Carter

Joshua Otwell

29 Jun 2023

Read more

Security Tip: Your JWT Might Be a Forever Key!

Security Tip: Your JWT Might Be a Forever Key!

[Tip #127] Without an `exp` claim, a JWT can remain valid forever, turning a leaked token into permanent access.

By Stephen Rees-Carter 09 Mar 2026
Security Tip: Validate Config at Boot

Security Tip: Validate Config at Boot

[Tip #126] Rather than checking for essential config when it's used, throw the checks in your Service Provider - you'll know about configuration failures before your users get a weird error.

By Stephen Rees-Carter 02 Mar 2026
In Depth: Email Verification Isn't as Simple as You Think

In Depth: Email Verification Isn't as Simple as You Think

[In Depth #38] You can't trust an email address you haven't verified, so why are you storing them in your database?

lock-1 By Stephen Rees-Carter 22 Feb 2026
Security Tip: Consider All Routes, Not Just Web!

Security Tip: Consider All Routes, Not Just Web!

[Tip #125] routes/web.php is boring and reliable, and routes/api.php is fancy, but have you forgotten one?

By Stephen Rees-Carter 14 Feb 2026
Securing Laravel
  • Subscribe
  • In Depth Articles
  • Security Tips
  • Archives
  • Stephen's Socials
Powered by Ghost

Securing Laravel

The essential security resource for Laravel developers.