[PR #15751] [CLOSED] Update Authorization Controller endpoints to be more explicit #14410

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15751
Author: @PeachesMLG
Created: 12/8/2025
Status: Closed

Base: masterHead: update-auth-responses


📝 Commits (2)

  • 8823828 Update Authorization Controller endpoints to be more explicit
  • 2185a19 .

📊 Changes

1 file changed (+9 additions, -0 deletions)

View changed files

📝 Jellyfin.Api/Controllers/UserController.cs (+9 -0)

📄 Description

Change the AuthenticateUserByName endpoint to return a 401 with Invalid Authorization Cookie instead of a generic 400 Error

Add 404 onto the AuthenticateWithQuickConnect so the docs get updated here


🔄 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/15751 **Author:** [@PeachesMLG](https://github.com/PeachesMLG) **Created:** 12/8/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `update-auth-responses` --- ### 📝 Commits (2) - [`8823828`](https://github.com/jellyfin/jellyfin/commit/882382818522fabe28705bf64ad5b2ec54e234b9) Update Authorization Controller endpoints to be more explicit - [`2185a19`](https://github.com/jellyfin/jellyfin/commit/2185a196cac523be1506d4baf9af46b9fcdecec8) . ### 📊 Changes **1 file changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/UserController.cs` (+9 -0) </details> ### 📄 Description Change the AuthenticateUserByName endpoint to return a 401 with `Invalid Authorization Cookie` instead of a generic 400 Error Add 404 onto the AuthenticateWithQuickConnect so the docs get [updated here ](https://api.jellyfin.org/#tag/User/operation/AuthenticateWithQuickConnect) --- <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:29:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14410