advplyr / audiobookshelf

Self-hosted audiobook and podcast server
https://audiobookshelf.org
GNU General Public License v3.0
6.69k stars 473 forks source link

[Enhancement]: Auth proxy #972

Open mmuenker opened 2 years ago

mmuenker commented 2 years ago

Describe the feature/enhancement

Similar to #185. Support for an auth proxy would be quite nice.

For example, this would allow any authorization service that can be used with [traefik forwardauth] (https://doc.traefik.io/traefik/middlewares/http/forwardauth/) to be used to authenticate to audiobookshelf.

I am unsure how well this would work with the mobile app.

pgodwin commented 2 years ago

Just raised a PR to add this #1109. I didn't know about the app so haven't tested it yet.