Encode JWT

This commit is contained in:
2024-09-04 20:17:11 +02:00
parent 1784a0a1f8
commit ee938a3aa6
3 changed files with 33 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Python client
Dependencies:
```bash
apt install python3-jwt
```
Reformat code:
```bash