JWT Token Verification Returns Null

Hi @Teodor ,

I have created a JWT token (sign) but I need to verify it in a different SA . However, during the verification process, the result returned is null. I am expecting the result to be a boolean value, either true or false.

I have tried setting the JWT properties as follows:

NAME: verify
Token: jwt
Key: $_ENV.PRIVATE_KEY

and

NAME: verify
Token: jwt
Key: $_ENV.PRIVATE_KEY.decodeBase64()

Wappler 6.0.5
Php

However, each time the result turns out to be null.
thanks

bump