Update auth-server-password.md

This commit is contained in:
Leevi Graham 2014-11-06 17:19:55 +11:00
parent 5e950873e4
commit 66a1e78c38

View File

@ -39,7 +39,7 @@ $router->post('/access_token', function (Request $request) use ($server) {
$response = $server->issueAccessToken();
return new Response(
json_encode($response),
200
200,
[
'Content-type' => 'application/json',
'Cache-Control' => 'no-store',