Blog tag

#Security

15 posts tagged with Security.

← Back to all posts
3 min read

Building Client-Safe Outputs in Legacy Systems: Email and Print Isolation in AustinsElite

How we securely exposed event data to clients in a legacy PHP app by filtering sensitive fields at the controller level.

LaravelLegacy SystemsSecurityPHPBlade TemplatesContent Filtering
Read more
4 min read

Building Fine-Grained Permissions in HomeForged: From UI to Entity-Level Control

How we unified action-level permissions across entities in HomeForged using a scalable adapter pattern in React and Laravel.

permissionsReactLaravelvisual buildersecurity
Read more
4 min read

Killing eval() in Our Frontend Template Engine: Building a Safe Expression Parser for HomeForged

We replaced eval() in HomeForged's TemplateEngine with a secure custom parser to stop code injection without losing dynamic power.

JavaScriptSecurityTemplate EngineParsingFrontend
Read more
3 min read

How We Fixed Subdomain Routing in HomeForged by Scoping Critical Routes to the Main Domain

We solved broken invitation and integration links in HomeForged by scoping sensitive Laravel routes to the main domain using domain constraints.

LaravelroutingsubdomainsecurityPHP
Read more
4 min read

Why We Bumped Laravel Sanctum and Debugbar: Small Updates, Big Impact on Security and Debugging

Two dependency updates in DataAnno Fil Starter—Laravel Sanctum and Debugbar—show how small bumps boost security and dev efficiency.

LaravelSecurityDebuggingDependency ManagementPHP
Read more
4 min read

The Hidden Impact of a Single Dependency Bump: Keeping Laravel Debugging Tools Lean and Secure

A minor update to laravel-debugbar exposed how small dependency changes can improve security, stability, and developer experience in Laravel apps.

LaravelDependency ManagementPHPDebuggingSecurityDevOps
Read more
4 min read

Building a Reusable Avatar Upload System in Filament PHP with Security First

How I built a secure, reusable avatar upload component in Filament PHP using Laravel 12, with strict validation and image cropping.

Filament PHPLaravelImage UploadSecuritySpatie Media LibraryPHP
Read more
4 min read

Securing Forced Password Resets in Laravel 12: Handling Auth State Across Impersonation Sessions

How we fixed a critical auth flow in AustinsElite by syncing forced password resets across Laravel 12 and Laravel 12 during admin impersonation.

LaravelAuthenticationSecurityFilamentSession ManagementHybrid Architecture
Read more
4 min read

How We Made Our OAuth Callbacks Stateless and Secure in Laravel

We refactored Laravel's social auth flow to eliminate session dependency and enforce secure, stateless OAuth callbacks with explicit redirects.

LaravelOAuthSecurityAuthenticationSocialiteWeb Development
Read more
3 min read

Migr游戏副本ing Legacy Passwords in a Laravel 12 + Next.js Stack: A Step-by-Step Guide

How we securely migrated legacy password hashes during the AustinsElite rebuild using Laravel 12 and a Laravel 12 frontend.

LaravelAuthenticationSecurityLegacy MigrationHybrid Architecture
Read more
4 min read

How We Secured Game Saves with Client-Side Encryption in Gear to Glory

We encrypted localStorage saves in our browser game using Web Crypto and AES-GCM—here's how we balanced security, performance, and simplicity.

javascriptweb-cryptogame-developmentsecuritylocalstorage
Read more
5 min read

How a Tiny SQL Fix Fixed a Legacy Role Permission Leak

A single SQL WHERE clause change plugged a role-based access hole in a legacy PHP admin panel by replacing fragile string checks with ID ranges.

PHPLegacy SystemsSecurityRefactoringRole-Based Access ControlSQL
Read more