izderadicka / audioserve

Simple personal server to serve audiofiles files from folders. Intended primarily for audio books, but anything with decent folder structure will do.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Allow "Device Group" to be configured from an HTTP Header

nullmonk opened this issue · comments

commented

I serve Audioserve behind a proxy that handles authentication for users. It would be great if I could pass an HTTP header to the server to override which group the playback positions are saved to.

playback group are completely client side managed and actually independent from authentication. In browser they are just stored in local storage and used in appropriate API calls. In other words you can use (once authenticated) any playback group if you know it's name, playback group is created with first update to its name.

So I think nothing is needed on proxy side.