python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use Laravel Passport to secure multiple users and external apps
I want to use my Laravel Passport and Breeze app to authenticate a pure standalone PHP app, a node API, and another database system using OAuth2.
Multiple users will use these apps, and I would like t...
Tomy Grenier
Votes: 0
Answers: 0
Laravel token generation
I'm trying to create an user token in laravel with passport, and when I try to call the service it gives me the data of the token and not the token.
Using the passport in the model of the user :
<?...
Ligia
Votes: 0
Answers: 1
How to manage redirect back to original URL in laravel passport Oauth2 flow
I have an authenticating server (auth-server) running laravel passport, and another web application (application B) running on laravel using above auth-server to authenticate users using authorization...
Ariks
Votes: 0
Answers: 1
laravel passport optional authentication
I have been using Laravel passport to response Api data, I want to response favorite status by user of product if a user login (token paste in header to validate with passport authentication Middlewar...
Karat Khamin
Votes: 0
Answers: 1