[PR #13393] [CLOSED] (feat) Add external JWT auth to Jellyfin #13561

Closed
opened 2026-02-07 07:15:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13393
Author: @wrmedford
Created: 1/19/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 7db3b50 (feat) Add external JWT auth to Jellyfin

📊 Changes

4 files changed (+314 additions, -1 deletions)

View changed files

📝 Jellyfin.Api/Auth/CustomAuthenticationHandler.cs (+29 -1)
Jellyfin.Api/Auth/JwtAuth/JwtAuthenticationHandler.cs (+117 -0)
Jellyfin.Api/Auth/JwtAuth/JwtAuthenticationOptions.cs (+69 -0)
Jellyfin.Api/Auth/JwtAuth/JwtOptions.cs (+99 -0)

📄 Description

Changes

This adds the ability to use external JWT auth in Jellyfin. This allows Jellyfin to be used in conjunction with Identity Aware Proxies, like Pomerium.

Issues

None found.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/13393 **Author:** [@wrmedford](https://github.com/wrmedford) **Created:** 1/19/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7db3b50`](https://github.com/jellyfin/jellyfin/commit/7db3b50a921c03e5c7f7d66ad4456b36c2b2a17e) (feat) Add external JWT auth to Jellyfin ### 📊 Changes **4 files changed** (+314 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Auth/CustomAuthenticationHandler.cs` (+29 -1) ➕ `Jellyfin.Api/Auth/JwtAuth/JwtAuthenticationHandler.cs` (+117 -0) ➕ `Jellyfin.Api/Auth/JwtAuth/JwtAuthenticationOptions.cs` (+69 -0) ➕ `Jellyfin.Api/Auth/JwtAuth/JwtOptions.cs` (+99 -0) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> This adds the ability to use external JWT auth in Jellyfin. This allows Jellyfin to be used in conjunction with Identity Aware Proxies, like [Pomerium](https://github.com/pomerium/pomerium). **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> None found. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:15:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13561