Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSO cookie authentication support #94

Open
pyarmak opened this issue Mar 18, 2024 · 1 comment
Open

Add SSO cookie authentication support #94

pyarmak opened this issue Mar 18, 2024 · 1 comment
Labels
priority:maybe-someday Lowest priority, requires further consideration type:enhancement New feature or request

Comments

@pyarmak
Copy link

pyarmak commented Mar 18, 2024

Description

Often times these types of applications will be deployed as a complement to a full stack of applications that use Plex to authenticate users.
It would be very useful to be able to have SSO for these scenarios to provide a better user experience.
SSO providers include Organize, Authentik, etc.

Desired behavior

A user signs in through an authentication done upstream where a cookie with the Plex token is set, e.g. X-Plex-Token
plex-rewind then looks for this cookie and authenticates the user session thereby skipping the login page.

Additional context

I would be happy to test out assist with developing this feature. I am not very familiar with nextjs so if you can point me in the right direction I'll be happy to take a stab at it!

@pyarmak pyarmak added awaiting triage Awaiting preliminary assessment type:enhancement New feature or request labels Mar 18, 2024
@RaunoT RaunoT added priority:low Low priority and removed awaiting triage Awaiting preliminary assessment labels Mar 19, 2024
@RaunoT
Copy link
Owner

RaunoT commented Mar 19, 2024

Thanks for the ticket and POC PR. Just letting you know that I'm busy on other projects currently, but will pick this up when possible 🙏

@RaunoT RaunoT added priority:maybe-someday Lowest priority, requires further consideration and removed priority:low Low priority labels Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:maybe-someday Lowest priority, requires further consideration type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants