-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: introduce OAuth2TokenAuthProvider and notion of "principal" #2185
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ dependencies = [ | |
"openai>=1.66", | ||
"prompt-toolkit", | ||
"python-dotenv", | ||
"python-jose", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not happy about this right now, I am going to split off Auth (and then Credentials) to proper APIs which have proper providers so the overall distribution dependency system takes over. we dont want starter distros to have complex dependencies if they don't need them. but for now, this will do. |
||
"pydantic>=2", | ||
"requests", | ||
"rich", | ||
|
Uh oh!
There was an error while loading. Please reload this page.