davidearl / webauthn

An implementation of webauthn in PHP on the server side (e.g Yubico 2 and Google Titan keys)
https://webauthn.davidearl.uk
MIT License
129 stars 24 forks source link

TypeError: navigator.credentials is undefined #19

Closed hregis closed 5 years ago

hregis commented 5 years ago

Hello

I'm trying to run your example but I'm getting this error message

TypeError: navigator.credentials is undefined

however i am using a valid ssl certificate and your demo works fine on my browsers

thanks for your help