mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-27 14:02:31 +05:30
Gave "bearer" a capital "B". Fixes #96
This commit is contained in:
parent
0b55dc4c01
commit
ad97273455
@ -206,7 +206,7 @@ class Password implements GrantTypeInterface {
|
||||
|
||||
$response = array(
|
||||
'access_token' => $accessToken,
|
||||
'token_type' => 'bearer',
|
||||
'token_type' => 'Bearer',
|
||||
'expires' => $accessTokenExpires,
|
||||
'expires_in' => $accessTokenExpiresIn
|
||||
);
|
||||
@ -222,4 +222,4 @@ class Password implements GrantTypeInterface {
|
||||
return $response;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user