I already host multiple services via caddy as my reverse proxy. Jellyfin, I am worried about authentication. How do you secure it?

  • Flipper@feddit.org
    link
    fedilink
    English
    arrow-up
    8
    ·
    3 days ago

    Some of these are bonkers. The argument not to fix them because of backwards compatibility is even wilder. Which normal client would need the ability to get data for any other account that it hasn’t the Auth token for.

    • sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 days ago

      Just 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
        link
        fedilink
        English
        arrow-up
        4
        ·
        3 days ago

        Even just basic API versioning would be sufficient. .NET offers a bunch of ways to handle breaking changes in APIs