We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the title suggests allowing or rejecting a notification always fails with the following error:
GuardianException{{statusCode=401.0, error=Unauthorized, message=An error ocurred validating the challenge response token: jwt expired, errorCode=invalid_challenge}}
Not sure how to resolve this since the challenge is coming from the notification that I received.
The text was updated successfully, but these errors were encountered:
The error is returned by Auth0 when the token sent by the device has expired. This token gets expiration is set 30 seconds from the current time here:
Guardian.Android/guardian/src/main/java/com/auth0/android/guardian/sdk/GuardianAPIClient.java
Line 214 in 276c2ff
Could you check if the device clock is out of sync for more than 30 seconds? That could make the the verification fail in that case.
Thanks!
Sorry, something went wrong.
No branches or pull requests
As the title suggests allowing or rejecting a notification always fails with the following error:
Not sure how to resolve this since the challenge is coming from the notification that I received.
The text was updated successfully, but these errors were encountered: