lahma0 / SxGDriveTokenGenerator

A Google Drive OAuth token generator for use with SX Installer homebrew on Nintendo Switch
14 stars 1 forks source link

Replace deprecated module #3

Open ghost opened 4 years ago

ghost commented 4 years ago

According to this, oauth2client is deprecated.

Please switch to google-auth or oauthlib.

lahma0 commented 4 years ago

Ya, I'm actually aware that oauth2client is deprecated. I had used it in previous projects so I was already well versed in how it worked, so that is why I chose to use it here. It is being used in a such a small insignificant way in this project that I didn't think it was a big deal. Its not deprecated because of a security issue or anything else of that nature. I'm planning on updating some minor stuff in the documentation and code as soon as I hear back from @blawar, so maybe I will update the oauth lib whenever I do that... depends how much time I have. Thanks for the heads up though.