[PR #2363] [CLOSED] Move hub auth out to new package #36740

Closed
opened 2026-04-22 21:23:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2363
Author: @dhiltgen
Created: 2/5/2024
Status: Closed

Base: mainHead: split_out_auth


📝 Commits (1)

  • 8c3f9fe Move hub auth out to new package

📊 Changes

6 files changed (+129 additions, -102 deletions)

View changed files

📝 auth/auth.go (+27 -15)
auth/request.go (+72 -0)
📝 server/download.go (+6 -5)
📝 server/images.go (+12 -72)
📝 server/routes.go (+3 -2)
📝 server/upload.go (+9 -8)

📄 Description

No description provided


🔄 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/ollama/ollama/pull/2363 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 2/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `split_out_auth` --- ### 📝 Commits (1) - [`8c3f9fe`](https://github.com/ollama/ollama/commit/8c3f9fe668938492dc2a1d8eda47551da6d9f6a0) Move hub auth out to new package ### 📊 Changes **6 files changed** (+129 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `auth/auth.go` (+27 -15) ➕ `auth/request.go` (+72 -0) 📝 `server/download.go` (+6 -5) 📝 `server/images.go` (+12 -72) 📝 `server/routes.go` (+3 -2) 📝 `server/upload.go` (+9 -8) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-22 21:23:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#36740