You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the test for function decodeJwt we need to return the decoded payload of the JWT if the token is valid as mentioned in the comment, but the test expect the output to be true instead of the decoded payload
Test file for this function
The text was updated successfully, but these errors were encountered:
In the test for function decodeJwt we need to return the decoded payload of the JWT if the token is valid as mentioned in the comment, but the test expect the output to be true instead of the decoded payload
Test file for this function
The text was updated successfully, but these errors were encountered: