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

Strip https?:// prefix on AppId #35

Open stampycode opened 4 years ago

stampycode commented 4 years ago

Modification on the existing code to strip https:// prefix only - as http://localhost is considered a secure domain used for development and testing. Love this project, thanks so much!