@@ -133,8 +133,8 @@ |
||
133 | 133 | } |
134 | 134 | // Get the X509 certificate for the selected key id |
135 | 135 | $certificate = '-----BEGIN CERTIFICATE-----'.PHP_EOL |
136 | - . $x5c . PHP_EOL |
|
137 | - . '-----END CERTIFICATE-----'; |
|
136 | + . $x5c . PHP_EOL |
|
137 | + . '-----END CERTIFICATE-----'; |
|
138 | 138 | // Perform the verification and get the verified payload results |
139 | 139 | $payload = \Firebase\JWT\JWT::decode($accessToken, $certificate, array('RS256')); |
140 | 140 |