timdorr / tesla-api

🚘 A Ruby gem and unofficial documentation of Tesla's JSON API for the Model S, 3, X, and Y.
https://tesla-api.timdorr.com/
MIT License
1.99k stars 532 forks source link

Re: Login Issue #690

Closed itsMeDavidV closed 1 year ago

itsMeDavidV commented 1 year ago

Seems there was a widespread change to login, recently. Watchla's sign in is down as well as Watchla users are reporting to me that they cannot sign into many of their other Tesla API related services & platforms (unrelated to Watchla). I have gotten many reports of this in the last few hours.

My personal error response after sc 400: {"error":"invalid_request","error_description":"Invalid code_verifier","error_uri":"https://auth.tesla.com/error/reference/7c7a9289-bc30-45b7-aaf8-772d28432dd6-1676483903896"}

I'm just now learning about this, but seems right to report as an issue.

timdorr commented 1 year ago

689

itsMeDavidV commented 1 year ago

FYI for anyone looking into this, as of today 64 character code_verifier strings are no longer supported, only 86.

timdorr commented 1 year ago

Just so you know, this is how I documented it 😉