Skip to content

Commit

Permalink
Add missing ampersand in AuthN redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
jamietanna committed Oct 13, 2018
1 parent 4e71dd9 commit ffaf128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/source/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@

<pre class="example nohighlight"><?= htmlspecialchars(
'HTTP/1.1 302 Found
Location: https://app.example.com/redirect?code=xxxxxxxx
Location: https://app.example.com/redirect?code=xxxxxxxx&
state=1234567890') ?></pre>

<p>Upon the redirect back to the client, the client MUST verify that the state parameter in the request is valid and matches the state parameter that it initially created, in order to prevent CSRF attacks. The state value can also store session information to enable development of clients that cannot store data themselves.</p>
Expand Down

0 comments on commit ffaf128

Please sign in to comment.