Added support for JWT token-based authentication

This commit is contained in:
Fabio Manganiello 2021-02-12 22:43:34 +01:00
parent 06ca5be54b
commit b3c28f6773
9 changed files with 287 additions and 12 deletions

View file

@ -65,6 +65,8 @@ setup(
'zeroconf>=0.27.0',
'tz',
'python-dateutil',
'cryptography',
'pyjwt',
],
extras_require={