mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13393] [CLOSED] (feat) Add external JWT auth to Jellyfin #13561
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/13393
Author: @wrmedford
Created: 1/19/2025
Status: ❌ Closed
Base:
master← Head: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.