I am new to Laravel and for practicing I am trying to create a website like GoFundMe but simpler with Laravel and Vue js. But am very confused with Laravel's authentication systems, even though I have read most of the questions here.
Which authentication system should I use ? is it ok to use Sanctum for authentication and then Spatie for user permissions?