We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed8a11 commit b1e66e4Copy full SHA for b1e66e4
docs/authorization-server/auth-code.md
@@ -34,6 +34,7 @@
34
```php
35
<h2>{{$client->getName()}}</h2>
36
<form method="post" action="{{route('oauth.authorize.post', $params)}}">
37
+ {{ csrf_field() }}
38
<input type="hidden" name="client_id" value="{{$params['client_id']}}">
39
<input type="hidden" name="redirect_uri" value="{{$params['redirect_uri']}}">
40
<input type="hidden" name="response_type" value="{{$params['response_type']}}">
0 commit comments