mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Added missing `
This commit is contained in:
parent
e0c8bd2ca1
commit
7d037a2cb7
@ -85,7 +85,7 @@ When `$server->isValidRequest()` is called the library will run the following ta
|
||||
|
||||
* Check if an access token is present in the query string
|
||||
* If not, check if an access token is contained in an `authorization` header.
|
||||
* If not, throw League\OAuth2\Server\Exception\InvalidAccessTokenException`
|
||||
* If not, throw `League\OAuth2\Server\Exception\InvalidAccessTokenException`
|
||||
* Check if the access token is valid with the database
|
||||
* If not, throw `League\OAuth2\Server\Exception\AccessDeniedException`
|
||||
* If the access token is valid:
|
||||
|
Loading…
Reference in New Issue
Block a user