You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing custom OAuth example - This thread provides a great example for integrating custom OAuth, which could be relevant for incorporating Clerk's authentication into your Chainlit app.
I wasn't able to find specific examples or templates in the Chainlit documentation or cookbook that demonstrate integrating Clerk's authentication system. However, you can follow the general steps for integrating a custom authentication system into a Chainlit app. This involves defining a CHAINLIT_AUTH_SECRET environment variable, adding authentication callbacks, and potentially integrating with FastAPI for custom endpoints [1][2]. You might need to adapt these steps to work with Clerk's API and authentication flow.
Hello everyone, I'm trying to build a Chainlit app that incorporates Clerk's authentication system into it. Does anyone know how to do this? Thx.
The text was updated successfully, but these errors were encountered: