Files
sunnypilot/common
Shubham Dhumal cf03d69f71 Fix jwt.encode return type (#19776) (#19958)
* Fix for issue #19776

PyJWT 2.0.0 does not return `bytes` for `encode()` instead returns `str`. So converted the `str` to `bytes` and returned the resulting value

* added check for jwt.encode return type

* Update __init__.py

* Updated with suggested change

* Test to check return type of get_token() 

The `get_token()` must return a `str` but for PyJWT version < 2.0.0 the `jwt.encode()` returns `bytes`. This test is to make sure if token returned by `get_token()` is `str`.

* Update test_get_token.py

* Update test_get_token.py

* Delete test_get_token.py

Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: 236743a4e2
2021-02-02 15:36:04 +01:00
..
2020-12-28 20:36:23 -08:00
2020-01-17 10:28:44 -08:00
2020-01-17 10:28:44 -08:00
2020-12-18 13:29:20 +01:00
2020-01-17 10:28:44 -08:00
2020-10-17 13:33:12 -07:00
2020-12-16 21:30:23 -08:00
2020-01-17 10:28:44 -08:00
2021-01-14 18:43:50 -08:00
2021-01-19 14:39:00 -08:00
2020-10-09 18:39:54 -07:00
2020-12-16 21:30:23 -08:00
2020-05-31 00:48:47 -07:00
2020-11-06 18:44:04 -08:00
2020-05-30 20:14:58 -07:00
2020-10-20 16:07:05 -07:00