• Resolved careerbuggy

    (@careerbuggy)


    We noticed Presto player is conflicting if JWT Auth plugin is installed. When JWT Auth is active, in presto player media hub, I cannot add videos. I get an error, block editor will not display.
    When JWT Auth is not active, do not see any issues with presto player.

    Here is the JWT Auth plugin link.
    https://www.ads-software.com/plugins/jwt-auth/

Viewing 1 replies (of 1 total)
  • Plugin Author Andre Gagnon

    (@2winfactor)

    Thanks for the message. It looks like that’s because the JWT plugin intercepts ALL Rest Routes, including ours. You’ll need to follow their whitelist instructions noted on their plugin page, and whitelist only the routes you want intercepted:

    https://www.ads-software.com/plugins/jwt-auth/

    Our admin requests follow the standard WordPress Nonce and Cookie authentication, and it seems to be returning a “Authorization header not found.” error, because, of course, we do not send a JWT in an Authorization header.

Viewing 1 replies (of 1 total)
  • The topic ‘It is not working with the plugin JWT Auth’ is closed to new replies.