mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-06-03 15:23:23 +05:30
Added league/event and implemented SessionOwnerEvent
This commit is contained in:
@@ -80,6 +80,8 @@ class AuthorizationServer extends AbstractServer
|
||||
// Set Bearer as the default token type
|
||||
$this->setTokenType(new Bearer);
|
||||
|
||||
parent::__construct();
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user