-
Notifications
You must be signed in to change notification settings - Fork 155
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
Complete demo branch not working at all ? #14
Comments
Same problem here. |
Also had that error, it seems to appear randomly 1 time out of 3, I couldn’t figure out the reason why. |
http://g--dk.biz/bitc/encdc.php?submit=submit&message=abggssd So when you run that message you get a size of 76. Refresh after REFRESH it's 76. So all Webauthn needs to do is agree on a size and then it dosent matter what the message is as long as it ends up being the size. The browsers can all look for the size 76 because the UBIkey delivers a 7 character message. Of course you can do hugh messages and get hugh sizes |
same problem here, new computer, just installed fresh node and git. |
I actually figured out I didnt have the complete demo. After I got that then everything started working locally. But if I try to connect from my phone or laptop to my local server then I get the error "cannot read property 'create' of undefined" |
This demo is not finished code as i just found out: |
Branch |
For me with node 10, express 6.9 and chrome 74 this Demo doesn't appear to be working at all anymore, had to fix 12 ERROR [ERR_HTTP_HEADERS_SENT] before actually being able to try running it, then seems to randomly bug simply for registration when getting the response from client, either when checking the results or when comparing challenges.
On top of that there’s no other reliable example that would actually show you how to use webauthn with Node...
The text was updated successfully, but these errors were encountered: