• I added WP-OAuth to our site and noticed that I always get wrog userdata back to my application I am developing. ID was correct but firstname surname etc. all wrong. I disabled some plugins in our WP and found out that there is an issue with the plugin Molongui authorship (https://de.www.ads-software.com/plugins/molongui-authorship/). I hadn’t have time to dive deeper into this but perhaps there are others with the same issue? When deactivating the plugin I get the correct userdata from /me endpoint.

    Is this known and worth looking at for the developers?

    Thanks,

    Nico

Viewing 3 replies - 1 through 3 (of 3 total)
  • andrewmemberjunction

    (@andrewmemberjunction)

    We are seeing the same problem that Nico reported in this thread. Has anyone found a solution for this?

    Thanks,
    Andrew

    Plugin Author Justin Greer

    (@justingreerbbi)

    Hi,

    We have not had a chance to look into this because it was an isolated incident. With someone else experiencing the issue, we may have to look into it.

    I am going to make an assumption and say the issue is when cookie-based auth is being used since the other plugin most likely hooks into this core method and we use our own tables for access token lookups.

    I put this on my todo list to look into but maybe you can explain your issue more. Are you using the browser directly when you end the /me endpoint?

    Thanks

    andrewmemberjunction

    (@andrewmemberjunction)

    Hi Justin,

    Thanks for following up on my post. I’ve also been working with the Molongui team. They have provided a code excerpt that has resolved the issue. They added a hook to prevent their plugin from taking action when the WP-OAuth plugin is requesting user data.

    So, I think this can be marked as resolved and other WP oAuth Server users who encounter this problem can reach out to Molongui for their code update.

    Thanks again,
    Andrew

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issue with Molongui plugin’ is closed to new replies.