leeyuentuen / polestar_api

Polestar Api - Home Assistant Component
MIT License
112 stars 18 forks source link

Using refresh token without the need for access token #142

Open dirkbonhomme opened 1 month ago

dirkbonhomme commented 1 month ago

Right now we need to include a bearer token in order to use the refresh token. This means that tokens need to be refreshed within the hour or the full login + exchange flow has to be executed again.

Has anyone been able to find an endpoint that allows us to use the refresh token without the need for an active access token?