gspread icon indicating copy to clipboard operation
gspread copied to clipboard

remove console flow authentication method

Open lavigne958 opened this issue 2 years ago • 0 comments

Overview

as mentioned in #1032 the authentication flow using console_flow has been deprecated by google and should be removed.

Any code related to it can be removed, we can update the dependency google-auth-oauthlib

This is a major change (even though people using it are already blocked due to the API beeing disabled) we must remove this part in a major release.

Update our dependencies on the way:

  • google-auth
  • google-auth-oauthlib

lavigne958 avatar May 05 '22 19:05 lavigne958