Blog tag

#Authentication

7 posts tagged with Authentication.

← Back to all posts
4 min read

Securing AI APIs: How I Fixed HTTP/2, Re-Enabled SSL, and Locked Down Auth in Lockline AI

How I resolved HTTP/2 issues, restored SSL, and hardened authentication to secure Lockline AI’s API before launch.

API SecuritySSLAuthenticationHTTP/2AI Backend
Read more
4 min read

How I Stabilized My AI API in One Day: Debugging Authentication and Data Flow at Lockline AI

How I fixed critical auth and data flow bugs in Lockline AI's API within 24 hours of discovery.

API developmentdebuggingauthenticationAI integrationbackend engineering
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
4 min read

Implementing Role-Based Permissions in a Laravel 12 + Next.js Stack Using Spatie

How I built fine-grained role-based access control in AustinsElite using Spatie Laravel Permission and a Laravel 12 frontend.

LaravelSpatieAuthenticationRole-Based PermissionsFull-StackHybrid Architecture
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
3 min read

Securing Admin Access in Laravel Filament: A Real-World Migration Guide

How I upgraded Laravel Filament's access control to align with the latest API changes and secure admin routes using role-based logic.

LaravelFilamentAuthenticationSecurityPHPMigration
Read more