How to handle both API and Basic authentication in Laravel
– dev.to - submitted by Ricardo Čerljenko
While building your app in Laravel PHP Framework, you have multiple ways of protecting your API routes with various auth guards or Basic auth. Would it be nice to support both API guard and Basic auth at the same time?
Read more [dev.to]