SPA Authentication with Laravel 7 and Sanctum
How Laravel Sanctum solves SPA authentication, and why its cookie-based approach is cleaner than token-based alternatives.
Tag
Building applications with Laravel: Eloquent, queues, authentication and version upgrades. (Page 4/8)
There are 44 posts with this tag.
How Laravel Sanctum solves SPA authentication, and why its cookie-based approach is cleaner than token-based alternatives.
A practical look at Livewire's server-driven interaction model — when it's the right choice, and where its limits lie.
What does the Laravel 6 LTS release actually mean? Weighing long-term support against your project's lifespan, and how to approach versioning.
A practical guide to truly understanding Laravel's dependency resolution mechanism: how to use service providers and the IoC container the right way.
How I use Laravel's task scheduler to run many scheduled jobs from a single cron entry, keeping the scheduling logic readable and version-controlled.
Practical notes on adding multi-language support to Laravel: organizing language files, separating text from code, and managing locale switching.