Fork me on GitHub
#ring
<
2023-03-01
>
Ben Lieberman17:03:28

Hi, I'm struggling to get the wrap-oauth2 middleware to work correctly. I can get the auth code and state to appear in the query string and can post to the access token endpoint successfully (using curl), but when the browser hits my redirect URI it just returns a response of "No authorization code" and stop the flow. But I can see the code parameter in the address bar. Any help is appreciated.