Riebart / vivint.py

Python object model interface for the Vivint cloud API.
Mozilla Public License 2.0
31 stars 11 forks source link

Vivint changed id token, o= to a= #7

Closed jalvini closed 4 years ago

jalvini commented 5 years ago

HotFix - I am not sure if yours still works with o= in the token ID but mine is no longer working like that. I had to change it to a=.

jgordon165 commented 4 years ago

I agree, I also had to change this in my fork

Riebart commented 4 years ago

Of all the things to break, I can't believe it was this, and not the horrible hacks required to parse out the client_id (which I notice from another fork is available form an API endpoint now).