-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Using Firefox and Safari, jwt.verify raises Error.capturestacktrace is not a function #402
Comments
@ziluvatar : I've added a PR to ensure that |
@ziluvatar : I'm also curious if browser support is a thing for this project ... both this repo and jws specifically call out node, but there's no explicit statement in the README whether browsers are supported or not. |
This project focus is NodeJS, nevertheless since the community seems to be using it for browsers, we balance the issue, the effort to maintain node vs browser and it makes sense. |
PR was merged. It's on v8.1.0 |
Thanks! |
I've started testing my application outside of Chrome and started receiving the error regarding Error.capturestacktrace is not a function.
I have both the latest Firefox and Safari. The token verification works fine on the latest version of Chrome. This error occurs specifically after the token is expired and I attempt to verify it.
The token verification below is executed during specific route transitions on the client side. The error caused prevents me from logging inside of the verification callback.
The text was updated successfully, but these errors were encountered: