Commit b2d0f96
authored
Add support for Plex JWT Authentication (pushingkarmaorg#1554)
* Add private.key and public.key to .gitignore
* Add `MyPlexJWTAuth` class
* Add `utils.plexJWTAuth` helper function
* Update optional dependencies for Plex JWT authentication
* Add method to retrieve Plex JWT without initial Plex token
* Update doc strings
* Switch MyPlexJWTLogin to JSON response
* Remove cached data properties
* Guard against None keypair
* Use UTC timezone for jwt1 parent 9c8401f commit b2d0f96
File tree
6 files changed
+634
-39
lines changed- plexapi
6 files changed
+634
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments