antonioribeiro / google2fa

A One Time Password Authentication package, compatible with Google Authenticator.
MIT License
1.83k stars 199 forks source link

Could this run on a Laravel install that isn't connected to the internet? #210

Closed timschwartz closed 1 month ago

timschwartz commented 1 month ago

Or does it need to access Google APIs to work?

mfn commented 1 month ago

No APIs are used.

The name may be misleading, it's about "compatibility" with the android Google authenticator app.

In reality, any MFA Auth app will likely work (e.g. 1Password, etc.).

It's really more about the compatibility of the algorithm.