-
Notifications
You must be signed in to change notification settings - Fork 954
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
Test and resolve issue with get_file and upload_file #1441
Conversation
Pull request was converted to draft
Converted back to draft, there's still an issue I'd like to work on. |
b4e6c34
to
1a60956
Compare
1a60956
to
70f09d4
Compare
…oad_file (Chainlit#1441)" This reverts commit e65f191.
The commit e65f19 prevents elements from showing when the oauth are not setup. For example, I am using the simple password example in https://docs.chainlit.io/authentication/password for development, and got 401 Unauthorized on the frontend. Problem is in anyway to make it work for simple auth case as well? Thank you |
…#1441) * Unit tests for `get_file` and `upload_file` endpoints, including authorization. * Add auth to /project/file get endpoint by @qvalentin , closes #1101. --------- Co-authored-by: qvalentin <[email protected]>
…#1441) * Unit tests for `get_file` and `upload_file` endpoints, including authorization. * Add auth to /project/file get endpoint by @qvalentin , closes #1101. --------- Co-authored-by: qvalentin <[email protected]>
@dokterbob Please take a look at this. This PR causes Elements to break. #1472 |
Fixes #1101 and includes and closes #1438.