[PR #653] [MERGED] Pass/Don't Pass Auth Header #3275

Closed
opened 2026-02-26 07:38:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/653
Author: @jmwebslave
Created: 10/14/2020
Status: Merged
Merged: 10/15/2020
Merged by: @jc21

Base: developHead: dont-pass-auth-header


📝 Commits (1)

  • 0df0545 Allows auth information from AccessList not to be passed to proxied hosts. Resolves issue #153.

📊 Changes

8 files changed (+71 additions, -1 deletions)

View changed files

📝 backend/internal/access-list.js (+2 -0)
backend/migrations/20201014143841_pass_auth.js (+41 -0)
📝 backend/models/access_list.js (+4 -0)
📝 backend/schema/endpoints/access-lists.json (+9 -0)
📝 backend/templates/proxy_host.conf (+2 -0)
📝 frontend/js/app/nginx/access/form.ejs (+10 -0)
📝 frontend/js/app/nginx/access/form.js (+1 -0)
📝 frontend/js/i18n/messages.json (+2 -1)

📄 Description

Allows auth information from AccessList not to be passed to proxied hosts. Resolves issue #153.


🔄 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/NginxProxyManager/nginx-proxy-manager/pull/653 **Author:** [@jmwebslave](https://github.com/jmwebslave) **Created:** 10/14/2020 **Status:** ✅ Merged **Merged:** 10/15/2020 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `dont-pass-auth-header` --- ### 📝 Commits (1) - [`0df0545`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/0df054577746d57f1991b8789c3e7ed1f5b998d5) Allows auth information from AccessList not to be passed to proxied hosts. Resolves issue #153. ### 📊 Changes **8 files changed** (+71 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/internal/access-list.js` (+2 -0) ➕ `backend/migrations/20201014143841_pass_auth.js` (+41 -0) 📝 `backend/models/access_list.js` (+4 -0) 📝 `backend/schema/endpoints/access-lists.json` (+9 -0) 📝 `backend/templates/proxy_host.conf` (+2 -0) 📝 `frontend/js/app/nginx/access/form.ejs` (+10 -0) 📝 `frontend/js/app/nginx/access/form.js` (+1 -0) 📝 `frontend/js/i18n/messages.json` (+2 -1) </details> ### 📄 Description Allows auth information from AccessList not to be passed to proxied hosts. Resolves issue #153. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 07:38:42 +03:00
Sign in to join this conversation.
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
starred/nginx-proxy-manager-NginxProxyManager#3275
No description provided.