jellyfin / mopidy-jellyfin

Jellyfin Extension for Mopidy
https://jellyfin.org
Apache License 2.0
93 stars 16 forks source link

Token authentication? #125

Closed m00nwtchr closed 1 year ago

m00nwtchr commented 1 year ago

I'd like to be able to log in via a token instead of a password, so that I don't have to store it on disk in plaintext.

Let me know if I can PR this feature etc.

mcarlton00 commented 1 year ago

For some reason I thought that was already supported, but I was thinking of user_id instead. I'm not opposed to it, especially if you're wanting to work on it. The one caveat is that we should include documentation or a method to generate an auth token since most users won't be familiar how to do that.