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

Replace hardcoded Jellyfin authentication DeviceId to include hostname #293

Closed

Conversation

LilyRose2798
Copy link
Contributor

@LilyRose2798 LilyRose2798 commented Oct 12, 2023

Fixes bug preventing two separate users on the same Jellyfin instance from being logged in simultaneously due to conflicting DeviceIds. See here for information on DeviceIds. If two clients try to authenticate using the same device id then the other will have their session revoked.

@vercel
Copy link

vercel bot commented Oct 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
feishin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 17, 2023 1:12pm

@LilyRose2798
Copy link
Contributor Author

It may also be worth including the username as well as hostname. Can submit an updated version if needed.

@lucyrose39
Copy link

lucyrose39 commented Oct 15, 2023

This is good fix

This exact issue presents itself on my own jellyfin server

@jeffvli
Copy link
Owner

jeffvli commented Oct 17, 2023

@LilyRose2798 Including username would be nice, especially if duplicate device ids affect existing sessions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants