-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
authentication URL no longer working (Jan 2021) #145
Comments
Is someone working on this or not ? |
I have switched over to https://github.com/teslajs, but to be honest, it is only working inconsistently (10%) of the time. Feel free to see my code and perhaps point out issues?! https://github.com/wga22/nodejs/blob/master/tesla/teslaFramework.js |
TeslaJS is working reliably for me and many other users. And the Tesla Control app is also working reliably as well. The main issues with reliability seem to have to do with the Tesla WAF blocking cloud providers and users that send too many requests. Since login should be rare this is not a problem for most users. |
I am also consistently connecting well. Thank you for all the hard work that went into this!! |
authentication URL no longer working
Tesla has switched to using a separate SSO service (auth.tesla.com) for their app and website. This replaces the previous password grant that was directly on the Owner API. They have also added MFA support with TOTP authenticators.
The text was updated successfully, but these errors were encountered: