Skip to content

Should scopes be client not user-centric? #145

@livingos

Description

@livingos

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions