Skip to content

Commit

Permalink
Merge pull request #21 from TgZ39/main
Browse files Browse the repository at this point in the history
update JWT
  • Loading branch information
davidbmaier authored Apr 19, 2024
2 parents 5a03d96 + 0a39c0e commit 612263f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,12 @@ If you URL-base64-decode the payload, you get the following json object:
"aud": "NadeoLiveServices",
"usg": "Server",
"sid": "<uuid>",
"sat": 1595191016,
"sub": "<uuid>",
"aun": "mm",
"rtk": false,
"pce": false
"pce": false,
"ubiservices_uid": "<uuid>"
}
```

Expand Down

0 comments on commit 612263f

Please sign in to comment.