mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-21 03:05:29 -04:00
[PR #83] [MERGED] feat: implement option to make authentication required for everything #159
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/open-webui/mcpo/pull/83
Author: @tremlin
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/19/2025
Merged by: @tjbck
Base:
dev← Head:feat-extend-api-key-protection📝 Commits (1)
9d3e34bfeat: implement option to make authentication required to access documentation and spec📊 Changes
3 files changed (+88 additions, -2 deletions)
View changed files
📝
src/mcpo/__init__.py(+5 -0)📝
src/mcpo/main.py(+10 -1)📝
src/mcpo/utils/auth.py(+73 -1)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
At the moment the documentation url
/docsand the spec/openapi.jsonare not protected by an API token.The API token protects only the API endpoints.
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.