Laravel Passport, allow specific routes to guests only
It is very easy to secure your Laravel endpoints to make sure only authenticated users have access. It’s not that easy to make it so only guests can have some accesses, let’s change this!
It is very easy to secure your Laravel endpoints to make sure only authenticated users have access. It’s not that easy to make it so only guests can have some accesses, let’s change this!