ShelfPlayer icon indicating copy to clipboard operation
ShelfPlayer copied to clipboard

Feature: support for mTLS / certificate authentication

Open Finkregh opened this issue 1 year ago • 1 comments

It would be nice if I could authenticate the client with a certificate for additional peace of mind.

Example solution from another application: https://github.com/immich-app/immich/pull/10860

Finkregh avatar Oct 22 '24 09:10 Finkregh

I added some scaffolding for mTLS in 3.0.0, but AVPlayer, an Apple framework which I use for playback, does not directly support mTLS. I would have to write a custom resource loader, which I want to do, but this is a bigger undertaking.

rasmuslos avatar Aug 19 '25 05:08 rasmuslos