[PR #10] [MERGED] server: basic auth #109

Closed
opened 2026-05-05 11:01:32 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/10
Author: @mmatczuk
Created: 2/8/2017
Status: Merged
Merged: 2/8/2017
Merged by: @mmatczuk

Base: masterHead: mmt/basic_auth


📝 Commits (1)

📊 Changes

8 files changed (+276 additions, -65 deletions)

View changed files

📝 TODO.md (+0 -1)
auth.go (+26 -0)
auth_test.go (+24 -0)
📝 errors.go (+2 -0)
📝 integrationtest/integration_test.go (+9 -1)
📝 registry.go (+36 -14)
📝 registry_test.go (+165 -46)
📝 server.go (+14 -3)

📄 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/mmatczuk/go-http-tunnel/pull/10 **Author:** [@mmatczuk](https://github.com/mmatczuk) **Created:** 2/8/2017 **Status:** ✅ Merged **Merged:** 2/8/2017 **Merged by:** [@mmatczuk](https://github.com/mmatczuk) **Base:** `master` ← **Head:** `mmt/basic_auth` --- ### 📝 Commits (1) - [`c9768f8`](https://github.com/mmatczuk/go-http-tunnel/commit/c9768f8c1cf6f9f666f02ae6333884f29daf7679) server: basic auth ### 📊 Changes **8 files changed** (+276 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `TODO.md` (+0 -1) ➕ `auth.go` (+26 -0) ➕ `auth_test.go` (+24 -0) 📝 `errors.go` (+2 -0) 📝 `integrationtest/integration_test.go` (+9 -1) 📝 `registry.go` (+36 -14) 📝 `registry_test.go` (+165 -46) 📝 `server.go` (+14 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:01:32 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-http-tunnel#109
No description provided.