mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +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();
|
||||
return new Response(
|
||||
json_encode($response),
|
||||
200
|
||||
200,
|
||||
[
|
||||
'Content-type' => 'application/json',
|
||||
'Cache-Control' => 'no-store',
|
||||
|
Loading…
Reference in New Issue
Block a user