mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-01 01:40:21 +05:30
Update auth-server-password.md
This commit is contained in:
parent
5e950873e4
commit
66a1e78c38
@ -39,7 +39,7 @@ $router->post('/access_token', function (Request $request) use ($server) {
|
|||||||
$response = $server->issueAccessToken();
|
$response = $server->issueAccessToken();
|
||||||
return new Response(
|
return new Response(
|
||||||
json_encode($response),
|
json_encode($response),
|
||||||
200
|
200,
|
||||||
[
|
[
|
||||||
'Content-type' => 'application/json',
|
'Content-type' => 'application/json',
|
||||||
'Cache-Control' => 'no-store',
|
'Cache-Control' => 'no-store',
|
||||||
|
Loading…
Reference in New Issue
Block a user