leinelissen / jellyfin-audio-player

🎵 A gorgeous Jellyfin audio streaming app for iOS and Android
https://fintunes.app
MIT License
796 stars 29 forks source link

HTTP Basic Authentication #39

Open luke2m opened 3 years ago

luke2m commented 3 years ago

Thanks for what you've done so far, it is much better than the official app for music playback in my opinion. I use this when I am on my local network, but when I am away, I access Jellyfin through a reverse proxy with basic access authentication. I would love to have this implemented in the iOS app.

leinelissen commented 3 years ago

Hi there! From the quick research I've done this seems somewhat feasible, but requires padding Authorization to react-native-track-player react-native-fast-image and all API calls. As this requires some UI work as well, it's not necessarily trivial. I'll try and have a go in the future, but this might take a while. You are of course welcome to submit a pull request implementing it yourself. If you need any pointers where to go, I'll be happy to provide them.