iotile / iotile/python_archfx_cloud
Update login to use new jwt_token field
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The plan is to obsolete the cloud's `jwt` payload field in the future, so we need to upgrade the login to access the tokens from:
```
"jwt_token": {
"access": "....",
"refresh": "..."
}
```
Contributor guide
Assessment
This issue has not been assessed yet.