-
Notifications
You must be signed in to change notification settings - Fork 963
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
Update oauth_providers.py to include Keycloak #1525
Conversation
Add Keycloak
Hi. Can @dokterbob or @willydouhard guide me on what I need to do to fix this lint-backend error. |
Error: backend/chainlit/oauth_providers.py:1:1: I001 Import block is un-sorted or un-formatted You can use |
I've used ruff as instructed (to 'fix' somebody else's code :) . |
Yeah I'm sorry, this was supposed to happen automagically in the commit hook, which was broken. ;) Your error caught me onto it and it's fixed on main now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Appreciate your patience.
Added Keycloak OAuthProvider.
Please let me know how to submit a pull request for the docs, I found nothing in the Contributing guidelines.