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
132 stars 24 forks source link

Strip https?:// prefix on AppId #35

Open stampycode opened 5 years ago

stampycode commented 5 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!