fido2-net-lib
fido2-net-lib copied to clipboard
Seems like the latest change has broken the demo project.
Hi!
The registration js file still relies on "ok" status, thus demo project is broken.
Probably changing to this should fix the issue, at least quick local change seems to work for me.
Error details
Agreed, demo is currently a bit out of sync with the API.
Agreed, fix on this PR @abergs @bgirts https://github.com/passwordless-lib/fido2-net-lib/pull/535
I just tried to run this and found that there is no 'Status' field in the data. Looking at the js, status refers to the status code from the API and only the data is taken from the response.
@andrew-armitage Yes, a fix is incoming.