Created
August 27, 2019 16:34
-
-
Save alghanmi/346ecef6261d772b52b04efd5ff5cb77 to your computer and use it in GitHub Desktop.
Obtain Permanent Plex Token
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST \ | |
-H 'X-Plex-Version: 0.3.0' \ | |
-H 'X-Plex-Product: YOUR PRODUCT NAME' \ | |
-H 'X-Plex-Client-Identifier: YOUR-PRODUCT-ID' \ | |
-H 'Content-Type: application/x-www-form-urlencoded; charset=utf-8' \ | |
--data-urlencode 'user[password]=PLEX_PASSWORD' \ | |
--data-urlencode 'user[login]=PLEX_USERNAME' \ | |
https://plex.tv/users/sign_in.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I know this is old but thanks for this, shows really clearly in the "authorized devices" what its about instead a bunch of browser tokens.
Also if you use 2FA you can just paste that at the end of the password field like: