Working on that OAuth2
This commit is contained in:
parent
a834692235
commit
2ec85c469b
10 changed files with 266 additions and 101 deletions
|
@ -5,7 +5,7 @@ namespace Pickles\OAuth2;
|
|||
use \League\OAuth2\Server\Storage\Adapter;
|
||||
use \League\OAuth2\Server\Storage\ScopeInterface;
|
||||
|
||||
class ScopeStorage extends Adapter implements ScopeInterface
|
||||
class ScopeStorage extends StorageAdapter implements ScopeInterface
|
||||
{
|
||||
public function get($scope, $grant_type = null, $client_id = null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue