lahaxearnaud / laravel-u2f

Laravel U2F support
MIT License
52 stars 22 forks source link

- pump require yubico/u2flib-server to 1.0.1. #16

Closed chakphanu closed 6 years ago

chakphanu commented 6 years ago
lahaxearnaud commented 6 years ago

Is there any breaking changes ?

lahaxearnaud commented 6 years ago

The yubico/u2flib-server version is not available on PHP 5.4 and 5.5 but it's not a bad thing. It's time to drop support of those versions

chakphanu commented 6 years ago

I'm tested pass with Laravel 5.6. and PHP 7.2.1. new U2F.js can fix "The visited URL doesn’t match the App ID or your are tot using HTTPS" on Chrome@Android. Before change u2f.js, i'm cannot use Chrome@Android.

lahaxearnaud commented 6 years ago

Ok. Thanks for the PR.