srwalter / garmin-tesla

ConnectIQ widget for Tesla vehicle control
32 stars 17 forks source link

Support Tesla's new authentication scheme #14

Closed paulobrien closed 3 years ago

paulobrien commented 3 years ago

This change adds support for Tesla's new authentication scheme, going directly through their OAuth flow.

Big props to Tim Dorr for his fantastic documentation! https://tesla-api.timdorr.com/

This may of course break in the future, but hopefully updating for future support should be easier!

paulobrien commented 3 years ago

I will work on a further step to manage token expiry and the refresh process.