mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-04-13 17:33:47 +05:30
Various fixes and tweaks
This commit is contained in:
@@ -168,7 +168,7 @@ class ResourceServer
|
||||
}
|
||||
|
||||
if (empty($access_token)) {
|
||||
throw new Exception\MissingAccessTokenException('Access Token is Missing');
|
||||
throw new Exception\InvalidAccessTokenException('Access token is missing');
|
||||
}
|
||||
|
||||
return $access_token;
|
||||
|
||||
Reference in New Issue
Block a user