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 8471e68 commit f5f87daCopy full SHA for f5f87da
decode-header.php
@@ -13,7 +13,7 @@
13
14
$token = $headers["Authorization"];
15
// Remove "Bearer " at first of TOKEN
16
-$token = substr($a, 7)); // strlen("Bearer ") = 7
+$token = substr($a, 7); // strlen("Bearer ") = 7
17
18
try {
19
$decode = JWT::decode($token, $key, array('HS256'));
0 commit comments