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.
2 parents 69a1631 + b1e66e4 commit 7a161f2Copy full SHA for 7a161f2
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