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
{{ message }}
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
Been looking around in the code as to what is generating the following error: Access Token verify with verifiable JWT and mismatching audience should provide an error description
I can't find any mention of the AccessToken.decode function
I wouldn't mind taking a crack at it if you can tell me a little about what exactly it is supposed to return.
The text was updated successfully, but these errors were encountered:
AccessToken.decode is JWT.decode from the anvil-connect-jwt library.
The error is happening due to kjur/jsrsasign#129 - in a certain case, we use jsjws to verify the JWT using the n and e values directly. However, in a minor release, jsrsasign (which contains jsjws) removed these functions as they were deprecated, and in doing so, broke semver and connect-jwt.
Been looking around in the code as to what is generating the following error:
Access Token verify with verifiable JWT and mismatching audience should provide an error description
I can't find any mention of the AccessToken.decode function
I wouldn't mind taking a crack at it if you can tell me a little about what exactly it is supposed to return.
The text was updated successfully, but these errors were encountered: