Comment on How to secure Jellyfin hosted over the internet?
sugar_in_your_tea@sh.itjust.works 3 days agoJust make a different API prefix that’s secure and subject to change, and once the official clients are updated, deprecate the insecure API (off by default).
That way you preserve backwards compatibility without forcing everyone to be insecure.
merthyr1831@lemmy.ml 3 days ago
Even just basic API versioning would be sufficient. .NET offers a bunch of ways to handle breaking changes in APIs