chainlit
chainlit copied to clipboard
Chainlit header auth call back is not working
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.