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
Question
Error in my React Native project when trying to use aws-jwt-verify. I'm aware there is a potential solution from #66, but it is not working for me.
Versions
Which version of aws-jwt-verify are you using?
=> "4.0.0"
Just for reference, I did try doing the following:
Alas we don't support React Native. There is more to it than just this issue that you're filing now (RN is basically a totally different JavaScript environment that doesn't support a lot of things you have in NodeJS and web)
Read the comments here to get an idea: #66 (comment)
What's your use case for using this lib in react native? Why do you want to verify JWTs on the client? Would be great to understand the need, so we might potentially consider doing work for supporting RN
Question
Error in my React Native project when trying to use
aws-jwt-verify
. I'm aware there is a potential solution from #66, but it is not working for me.Versions
Which version of
aws-jwt-verify
are you using?=> "4.0.0"
Just for reference, I did try doing the following:
moduleNameMapper: { '#node-web-compat': "./node-web-compat-node.js", }
But this has not worked. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: