chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Chainlit header auth call back is not working

Open nitish-bha opened this issue 1 week ago • 4 comments
trafficstars

Describe the bug** I have an flask application running on port 5050 and chainlit runs on 8080 iam reflecting chainlit through iframe in flask. I implemented authentication for flask app and am sending tokens on headers. But header auth call back is not getting triggered.

I want to authenticate chainlit to save the chat history.

nitish-bha avatar Nov 12 '25 17:11 nitish-bha