• Hi there and thanks again for your work!

    I’m using this plugin and it works great but now I’m working on some api for my website and I’ve noticed that for every api all I get the 2 factors notice. For the api I’m using JWT so I don’t need the 2FA to be enabled. Is there an hook to disable it for api calls?

    Thanks!

Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Author SS88 LLC

    (@ss88_uk)

    Afternoon @pixael!

    This is just a quick message to let you know that version 1.9 has been released with the new REST API settings.

    The REST API (by default) has 2FA enabled for all accounts. You can change this on an individual user level by using the user’s edit screen to disable it, or you can disable this for every user by adding the following in your wp-config.php file:

    define('SS88_2FAVE_API_DISABLE_ALL', true);

    Let me know if you have any questions!
    Sully

    Thread Starter Giuseppe Milo

    (@pixael)

    hey @ss88_uk thank you very much for this! I’ll let you know if I have any issues.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Disable it on api’ is closed to new replies.