jamesremuscat / pyze

Unofficial Python client and API for Renault ZE
MIT License
112 stars 30 forks source link

Don't verify "not before" date of issued Kamereon token. #58

Closed jamesremuscat closed 4 years ago

jamesremuscat commented 4 years ago

Clock skew or whatever means that we can sometimes receive a token before it's valid for use. By the time we actually use it, it's probably going to be fine.

Resolves #52.