Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clerk x Chainlit Support #1598

Open
ThatOneCoder20 opened this issue Dec 20, 2024 · 3 comments
Open

Clerk x Chainlit Support #1598

ThatOneCoder20 opened this issue Dec 20, 2024 · 3 comments
Labels
auth Pertaining to authentication.

Comments

@ThatOneCoder20
Copy link

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.

Copy link

dosubot bot commented Dec 20, 2024

I found 2 similar issues that might be helpful:

  1. 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.
  2. No solution found - This thread did not yield any solutions.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added the auth Pertaining to authentication. label Dec 20, 2024
@ThatOneCoder20
Copy link
Author

@dosu Thx, I'll check it out. Have any other solutions?

Copy link

dosubot bot commented Dec 20, 2024

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.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth Pertaining to authentication.
Projects
None yet
Development

No branches or pull requests

1 participant