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

(Jellyfin) Allow multiple sessions from the same user with different instances #660

Merged

Conversation

sel10ut
Copy link
Contributor

@sel10ut sel10ut commented Jul 3, 2024

Changes

  • Allow multiple sessions from a single user with different instances of the same client. Although it's said that you cannot have multiple users signed in to the client with the same deviceId, this limitation has already been removed here.

  • Migrate from deprecated api auth methods. Additionally, send more information, as the official web client does, which will, for example, allow Feishin to signal its version immediately after an update, not only after a re-login.

Issues

Fixes #644, maybe fixes #653

sel10ut added 2 commits July 3, 2024 22:12
Allow multiple sessions from the same user with different instances.
Instead of sending a hard-coded string, send a randomly generated
string `deviceId`, which already exists and is created for each
new installation.
Copy link

vercel bot commented Jul 3, 2024

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 Jul 3, 2024 8:54pm

@jeffvli
Copy link
Owner

jeffvli commented Jul 3, 2024

Looks good, thanks!

@jeffvli jeffvli merged commit 42bcc41 into jeffvli:development Jul 3, 2024
3 checks passed
@sel10ut sel10ut deleted the bugfix/jellyfin-multiple-sessions branch September 6, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants