Skip to content

Commit 2233c0e

Browse files
committed
2.12.4 Put it back
1 parent 5712438 commit 2233c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webservices/includes/ws-authenticate-jwt-token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function authenticateJWTToken() {
6161

6262
try {
6363
// Decode the token using the JWT_SECRET_KEY and verify the HS256 signature.
64-
#$lDecodedToken = JWT::decode($lToken, JWT_SECRET_KEY, [JWT_EXPECTED_ALGORITHM]);
64+
$lDecodedToken = JWT::decode($lToken, JWT_SECRET_KEY, [JWT_EXPECTED_ALGORITHM]);
6565

6666
// Validate the `iss` (issuer) claim.
6767
if ($lDecodedToken->iss !== JWT_EXPECTED_ISSUER) {

0 commit comments

Comments
 (0)