-
Notifications
You must be signed in to change notification settings - Fork 790
Closed
Description
I have a couple of projects running with the previous oAuth package lucadegasperi/oauth2-server-laravel. So have been looking at moving to Laravel 5.3 and passport to clean up dependencies. But at the moment there are things that the older package would do (or allowed) that Passport does not.
I am using the client_credentials grant type, which I know has now been added to Passport through additional middelware.
But scopes do not work with the client-credential grant type. Scopes seem to be entirely user-centric in Passport. In the older package scopes can be or are entirely client-centric.
Metadata
Metadata
Assignees
Labels
No labels