-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
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
validateAccessToken is not a function #751
Comments
@brassier are you also importing the library idtoken-verifier? |
I'm not importing it in my code, no. I'm not using it directly. I do see it in the Is importing idtoken-verifier a new requirement for using |
No, I was just asking to see if you had a version mismatch. |
I see. I do have |
Yeah, it absolutely is. Once you fix this versions, you'll be able to use it just fine. |
I'm just getting back to this. FYI - I confirmed that this was the case that the |
I'm running auth0-js 9.2.3 and logins work well. I'm simply trying to upgrade above 9.3 to cover me from this. I'm getting the following error in Chrome logins. If I downgrade back to 9.2.3 logins work fine again.
[Unhandled Exception: [(intermediate value).validateAccessToken is not a function]]
This all begins in my code when I call
webAuth.parseHash()
after a valid login, which eventually lands here:auth0.js/src/web-auth/index.js
Line 271 in 072ced2
This seems to be where the error is coming from. Am I missing something, or did something break after 9.2.3?
The text was updated successfully, but these errors were encountered: