Redirect URL for auth pointing to localhost
kjhosein opened this issue · 3 comments
kjhosein commented
Hello @mbrt,
Ran across this issue where the URL to get the authorization code looks like:
Then I saw your comment in an earlier issue that mentions the same thing.
How did you extract the auth code?
Thanks!
durin42 commented
It took me a minute to figure it out, but there's a &code=[^&]+
(regex syntax) segment in the redirect URL, and the part after the =
there is the code.