Laravel Passport is a native OAuth 2 server for Laravel apps.
I was using Laravel's built-in api token authentication before but I wanted to provide multiple api tokens for different clients …
php laravel laravel-passport laravel-sanctumI am using passport package for Laravel API Authentication. When I post data I get error: 401 Unauthorized","error":{"error":"Unauthenticated."}. …
php laravel laravel-5.5 laravel-passportI want to add a custom guard to Laravel that uses Passport but with different model (not User), but when …
php laravel api laravel-passportI want to use Client Credentials to authenticate client applications to access the API. My problem is with creating client …
php laravel laravel-5 oauth-2.0 laravel-passportI'm using Laravel 5.8 although 6.0.3 is available. I'm using it because the tutorial I'm following is using Laravel 5.8. When, I command: …
laravel laravel-5.8 laravel-passportI followed the exact steps mentioned in the Laracast : What's New in Laravel 5.3: Laravel Passport to implement api authentication using …
php oauth-2.0 laravel-5.3 laravel-passportI have created a new project with laravel new blogposts using "Laravel Installer 2.0.1" globally installed on my ubuntu 18. When i …
php laravel composer-php laravel-passportI am trying to setup multi auth with Laravel Passport, but it doesn't seem to support it. I am using …
php laravel oauth-2.0 laravel-passportSituation I'm using Laravel Passport API to communicate between Laravel and external "agents" via Personal Access Tokens: https://laravel.com/…
php laravel api token laravel-passportI hope someone could explain why I'm unauthenticated when already has performed a successfull Oauth 2 authentication process. I've set up …
authentication laravel-5.3 laravel-passport