• I have a custom import script using JWT which has been using fine, but has suddenly been failing auth with the following error. I can’t find info on this error. Anybody have guidance on how to diagnose?

    An error has occurred in createEvent: \r\nstdClass Object
    (
        [code] => jwt_auth_invalid_token
        [message] => Algorithm not allowed
        [data] => stdClass Object
            (
                [status] => 403
            )
    
    )

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am also encountering this error on a custom import script. Was working fine until about a week ago. Have you been able to solve it?

    Thread Starter wallingd

    (@wallingd)

    I couldn’t wait so I WP Oauth Server in place, activated the JWT option, changed my code to the new plugin’s method of token creation, and had everything working again in about 20 minutes. So… no, but yes. ??

    Plugin Author tmeister

    (@tmeister)

    Hi, This issue is due to other plugins using an outdated Firebase/JWT library version, the topic is discussed here and there is a test branch with a fix.

    The fix, if all goes well will be pushed in a couple of days.

    Remember, the issues are generated by other plugins using an outdated package version, the fix is just a workaround to avoid the conflict.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘jwt_auth_invalid_token => Algorithm not allowed’ is closed to new replies.