Refactor to remove old auth.console_flow references
thanks for the suggestion!
What motivates this change? You remove a keyword argument to some functions. Some people could rely on using these, no?
thanks for the suggestion!
What motivates this change? You remove a keyword argument to some functions. Some people could rely on using these, no?
no people can't rely on them as the flow is not working anymore with Google Authentication system.
Thank you for this clean, I forgot about it.
so far no one should be able to use this flow for months, though we should probably keep it for a major release just in case ?
Hey, sorry for the lack of description 😄
For future readers: https://github.com/googleapis/google-auth-library-python-oauthlib/commit/1fb16be1bad9050ee29293541be44e41e82defd7
I was working on some cross-library compatibility regarding Google API auth flows and tokens and such (gspread & kuzmoyev/google-calendar-simple-api & jeremyephron/simplegmail), and I noticed all this effectively dead code in the gspread auth library. Just doing the good citizen open source thing and sending out a PR for y'all
Thanks for gspread, it's awesome 🫡
thanks for this clean-up, effectively it's dead code, though I'd rather merge it in the next major release just in case, we've seen many issues like this before where it should be ok to merge this and it was not for a few users.
We'll keep this PR open for now until we make next major release and then merge it.
thank in advance for this contribution :upside_down_face:
Ping on this PR, I just spent a morning trying to use the documented console_flow before realizing that it's non-functional.
@mafrosis / @lavigne958
Looks like this missed the 6.2 release - @lavigne958, I'll rebase this shortly and update the PR. Maybe can include in 6.3?
@burnash @lavigne958 PR updated, please merge