Skip to content

Add Authorization header support for API keys in HTTP transport#177

Open
yinebebt wants to merge 1 commit intobrave:mainfrom
yinebebt:feat/http-auth-header-support
Open

Add Authorization header support for API keys in HTTP transport#177
yinebebt wants to merge 1 commit intobrave:mainfrom
yinebebt:feat/http-auth-header-support

Conversation

@yinebebt
Copy link

@yinebebt yinebebt commented Nov 25, 2025

  • Add support for API key authentication via Authorization header in HTTP transport mode
  • Implement request-scoped API key handling using AsyncLocalStorage
  • Update README with HTTP transport API key usage instructions and examples
  • Replace CMD with ENTRYPOINT in Dockerfile for better container practices

Closes #176

- Add support for API key authentication via Authorization header in HTTP transport mode
- Implement request-scoped API key handling using AsyncLocalStorage
- Update README with HTTP transport API key usage instructions and examples
- Replace CMD with ENTRYPOINT in Dockerfile for better container practices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Authorization header support for API key in HTTP transport mode

1 participant