Blog tag

#Authentication

7 posts tagged with Authentication.

← Back to all posts
4 min read

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

How we 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 We Stabilized Our AI API in One Day: Debugging Authentication and Data Flow at Lockline AI

How we 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 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
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 we 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 we upgraded Laravel Filament's access control to align with the latest API changes and secure admin routes using role-based logic.

LaravelFilamentAuthenticationSecurityPHPMigration
Read more