python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
use laravel jwt authentication only for api without affecting web
I have an issue with authentication in laravel web, I only what to use the JWT authentication for the api only, I notice whenever I change guard in defaults to web 'guard' => 'web' and I try to log...
delle
Votes: 0
Answers: 3
Allowing unauthenticated Users to Access Oath routes in Laravel Passport
I am making a Laravel application which will be issuing bearer token using Laravel Passport. So the idea is that a client who wants to use our system will come and register and create the Client_Secre...
Chanda chewe
Votes: 0
Answers: 1