Button to navigate directly to the viewed item. This should only be possible for users that who 1. are logged in 2. their account is successfully authenticated with plex.
Backend needs:
Option 1:
Movie/show info should return a plex direct link if the user is logged in and authenticated with plex.
movie/523077?check_existance=true - There should maybe also be a url param, but may be exposing unwanted behaviour.
Create a check authenticated middleware if not exists.
Option 2:
To not leak the url to my plex library, what if the user requests a redirect url based on the id and type. We then search plex for that item and return a link we can have the user auto redirected to.
Button to navigate directly to the viewed item. This should only be possible for users that who 1. are logged in 2. their account is successfully authenticated with plex.
Backend needs:
Option 1:
Option 2: