I’m working on creating an Amazon Alexa skill that can interact with Plex. I’ve had success creating a function to interact with Plex when I have my credentials hard coded in using the https://plex.tv/users/sign_in.xml page. Unfortunately if I ever want this skill to work for anyone aside from me, I’d need another way to validate a logged in user.
My question is, does Plex currently offer an OAuth 2.0 endpoint for interacting with the plex.tv api? I’ve seen apps with the capability to enter a pin, suggesting there are other auth methods, but I’ve not been able to locate documentation on an OAuth model.
Thanks in advance!