You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps allow use of an API key (OAuth sign-in), rather then signing in directly to jellyfin?
This would also allow other users to sign in to last.fm without them giving me their password, etc
The text was updated successfully, but these errors were encountered:
EmeraldSnorlax
changed the title
Use API key instead of signing in
Use API key instead of signing in (OAuth)
Jul 11, 2020
Do you accept PR's to implement this feature?
I've done some mild headbanging to get something similar to this working - albeit with the following caveats:
I don't think it's possible to implement a UI for users to do the entire process themselves due to Jellyfin plugin limitations for creating new Client elements
As a workaround, I've made it so that I can provide a LastFM authentication link, where they can give access themselves, and once they've verified they've approved the request, I can then save their session token.
I retained the Username Column, albeit it is not required and is populated through the response from LastFM instead of manually typed in.
Perhaps allow use of an API key (OAuth sign-in), rather then signing in directly to jellyfin?
This would also allow other users to sign in to last.fm without them giving me their password, etc
The text was updated successfully, but these errors were encountered: