Skip to content

Commit ffaf128

Browse files
committed
Add missing ampersand in AuthN redirect
1 parent 4e71dd9 commit ffaf128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/source/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440

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

446446
<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>

0 commit comments

Comments
 (0)