Blog tag

#Security

16 posts tagged with Security.

← Back to all posts
4 min read

Hardening User Impersonation and Search State in Legacy AustinsElite Systems

Today focused on securing staff impersonation sessions and preserving UI state during tab navigation in the legacy AustinsElite app.

LaravelPHPSecurityFrontendHybrid ArchitectureSession Management
Read more
3 min read

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

How I 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 I 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 My Frontend Template Engine: Building a Safe Expression Parser for HomeForged

I 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 I Fixed Subdomain Routing in HomeForged by Scoping Critical Routes to the Main Domain

I 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 I 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 I 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 I Made My OAuth Callbacks Stateless and Secure in Laravel

I 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 I 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 I Secured Game Saves with Client-Side Encryption in Gear to Glory

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

javascriptweb-cryptogame-developmentsecuritylocalstorage
Read more