Laravel 8 Sanctum package provides a way to authenticate users through Token based authentication or using the normal cookie based authentication which make this a good choice for SPA and mobile apps authentication.
Continue reading Laravel 8 Sanctum Authentication For SPA and Mobile APIS