cog icon indicating copy to clipboard operation
cog copied to clipboard

How to add authentication to the HTTP endpoint?

Open empz opened this issue 2 months ago • 0 comments

Is there a built-in way to add authentication to the HTTP endpoint? Just a simple bearer token read from an environment variable or similar.

Since it launches a web server based on uvicorn + FastAPI, this should be possible, right?

empz avatar Sep 26 '25 19:09 empz