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

Use API key instead of signing in (OAuth) #20

Open
EmeraldSnorlax opened this issue Jul 11, 2020 · 1 comment
Open

Use API key instead of signing in (OAuth) #20

EmeraldSnorlax opened this issue Jul 11, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@EmeraldSnorlax
Copy link

EmeraldSnorlax commented Jul 11, 2020

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

@EmeraldSnorlax EmeraldSnorlax changed the title Use API key instead of signing in Use API key instead of signing in (OAuth) Jul 11, 2020
@jesseward jesseward added the enhancement New feature or request label Jul 14, 2020
@EssKayz
Copy link

EssKayz commented Oct 8, 2024

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.
      image

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

No branches or pull requests

3 participants