Skip to content

Fix for issue 53 - Unauthenticated clients spam /Item requests with invalid access token #54

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

blackboy69
Copy link

This fixes the issue when a logged out browser spams the jellyfin API with /Item requests that fail because the access token has been invalided in another session.

#53

Check to see if retrieving an item gives a 401 or 403 if don't try to retrieve again.
Uncommented missed code
Added better recovery handling -- resets state and invalidates accessToken so a login without refresh will work properly
 - Cleanup
 - Restore missing case
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.

1 participant