Cloud Updates (#11404)
* Verify stored keys on startup * Handle Google Assistant messages * Fix tests * Don't verify expiration when getting claims * Remove email based check * Lint * Lint * Lint
This commit is contained in:
parent
86e1d0f952
commit
f314b6cb6c
7 changed files with 178 additions and 108 deletions
|
@ -252,6 +252,6 @@ def _account_data(cloud):
|
|||
|
||||
return {
|
||||
'email': claims['email'],
|
||||
'sub_exp': claims.get('custom:sub-exp'),
|
||||
'sub_exp': claims['custom:sub-exp'],
|
||||
'cloud': cloud.iot.state,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue