Closed damianobarbati closed 10 months ago
Ah, thank you @damianobarbati, it seems at some point in the example I took out the user verification requirement from registration options but didn't make UV optional in registration response validation. I'll take care of this shortly.
If you don't want to wait you can either add userVerification: 'required'
to authenticatorSelection
(here), or set requireUserVerification: false
when verifying the response (here).
Thanks for your patience, I've gone ahead and updated the example! ✌️
Describe the issue
Running the example (with the current instructions) results in the following: