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

importing the library #41

Closed ghost closed 4 years ago

ghost commented 4 years ago

Confudes regaridn importing the webauthn.php directory to the project.. does that get imported by composer..... i didnt see any require in the index.php file

davidearl commented 4 years ago

Umm... it's on line 8 of index.php (the example), pretty much the first line of code!

ghost commented 4 years ago

Hi, weird im using docker and composer and i had to include webauthn.php directly in the file before the vendor... otherwise it wouldnt work..... 2 questions: 1)do u know how i can add an icon to the navigator popup? Can u give me an example of how to stor multiple keys per user?