• Resolved sliao

    (@sliao)


    I’m developing locally w/ python flask. I had tested yesterday w/ showing the response of the GET request to the /oauth/authorize endpoint, but logging in like that didn’t redirect back to my api (which I’d set as the redirect_uri). I thought maybe it’s cuz it wasn’t in the url, so today I used flask’s redirect() function to redirect to the /oauth/authorize endpoint, and that somehow went straight back to my api w/ the authorization code value appended to it. I wanted to be able to test the whole process, but clearing storage and testing w/ a different browser didn’t ever bring me to the wordpress login page that should be btwn hitting my api the 1st time and getting the code returned. How does one clear whatever is allowing me to bypass the wordpress login?

    • This topic was modified 6 years, 1 month ago by sliao.
    • This topic was modified 6 years, 1 month ago by sliao.
Viewing 1 replies (of 1 total)
  • Thread Starter sliao

    (@sliao)

    Realized I miss the part that I was still logged in to the wordpress site itself, so the mystery’s been resolved, aka I have to make sure I’m logged out of the wordpress site too.

Viewing 1 replies (of 1 total)

The topic ‘How to ‘logout’?’ is closed to new replies.