foryoung365 / vs-extension-llmcopilot

Instructions for visual studio extension LLMCopilot
11 stars 3 forks source link

Reverse Proxy Access token #10

Open claimrevolution opened 3 weeks ago

claimrevolution commented 3 weeks ago

I've setup Nginx Proxy Manager https://nginxproxymanager.com/ as my reverse proxy. It uses basic auth to I think something like Authorization: Basic , where base64 is username:password. I think the extension is defaulted to send "Bearer" and I can't send Basic. Is there any chance this could be changed?

foryoung365 commented 3 weeks ago

Sorry, currently only bearer authentication is supported, and there are no plans to add more authentication methods at this time.