WordPress / two-factor

Two-Factor Authentication for WordPress.
https://wordpress.org/plugins/two-factor/
GNU General Public License v2.0
724 stars 151 forks source link

Register the TOTP QR generation script on the front-end. #495

Closed dd32 closed 1 year ago

dd32 commented 1 year ago

This allows for the renderer to enqueue the TOTP generation on the front-end - Such as within the bbPress settings panel.

Without this, the JS is never loaded and you just see a spinner.

See 70ba42e3bac72597a5b98785b6f11273f2830cb4 & #487

lkraav commented 1 year ago

Does this help #189?

We're also looking for an alternate solution for iThemes 2FA that has zero frontend management.

iandunn commented 1 year ago

It should, yeah. #504 will probably also help with that. There may be more that's needed, though.