You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into installing the extension, configuring my auth token, but not being able to login with "Verification error". I only found in the logs that ext-gmp or ext-bcmath are necessary. Installing ext-gmp resolved any issues and made the extension wonderfully zero-con.
I propose to
add an info in the README about this
add a composer.json suggests for ext-gmp perhaps
check for ext-gmp or ext-bcmath before/during enabling the auth mechanism for a user (so early and where visible messages and exceptions are possible) instead of during first auth where only general logging is possible
(can supply PR if I circle back to this as soon as time comes up)
The text was updated successfully, but these errors were encountered:
jpmschuler
added a commit
to jpmschuler/mfa_webauthn
that referenced
this issue
Feb 28, 2023
I ran into installing the extension, configuring my auth token, but not being able to login with "Verification error". I only found in the logs that
ext-gmp
orext-bcmath
are necessary. Installingext-gmp
resolved any issues and made the extension wonderfully zero-con.I propose to
composer.json
suggests forext-gmp
perhapsext-gmp
orext-bcmath
before/during enabling the auth mechanism for a user (so early and where visible messages and exceptions are possible) instead of during first auth where only general logging is possible(can supply PR if I circle back to this as soon as time comes up)
The text was updated successfully, but these errors were encountered: