-
Notifications
You must be signed in to change notification settings - Fork 25
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
ReferenceError: Can't find variable: A0SHA256ChallengeGenerator #91
Comments
Bump! 🙃 |
I am also having this problem... my esteemed colleague @Vishwa52 has figured a workaround, but its unclear why this isnt working.
It just skips the |
In addition to the solution @davecoffin mentioned, Here is the function and imports that generate a verifier to create a challenge: Install crypto-es with the following command:
|
Hi! I was excited to add this plugin to my nativescript app.
When I run it in my laptop simulator "tns run ios" then everything works great.
When I run it on my phone though "tns preview" then I get an error message when calling the "webAuthentication" function:
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
CLI: (run
tns --version
to fetch it) : 6.7.8package.json:
Please, tell us how to recreate the issue in as much detail as possible.
Add this library to a fresh nativescript project
run
tns preview
and see the app crash with this error when it tries to call "webAuthentication".The text was updated successfully, but these errors were encountered: