Refactor to remove old auth.console_flow references#1493
Conversation
|
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: I was working on some cross-library compatibility regarding Google API auth flows and tokens and such ( Thanks for |
|
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 🙃 |
|
Ping on this PR, I just spent a morning trying to use the documented |
|
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 |
…ences This PR removes deprecated OAuth authentication code that has been non-functional for months due to changes in Google's authentication system. The console_flow authentication method is effectively dead code. Approved by: lavigne958 Status: Ready for merge (rebased August 6, 2025)
No description provided.