robinostlund / volkswagencarnet

A python library for volkswagen carnet
GNU General Public License v3.0
65 stars 36 forks source link

Fix refresh_tokens flow #229

Closed stickpin closed 9 months ago

stickpin commented 9 months ago

A new token is not being set for the Authorization header after the token refresh.

It fixes the issue with the refresh_tokens flow that I've described in this discussion: https://github.com/robinostlund/volkswagencarnet/discussions/224

FYI @oliverrahner