{{ message }}
feat(client): replace basic auth with OAuth ROPC flow#2422
Draft
nejch wants to merge 1 commit into
Draft
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2422 +/- ##
==========================================
+ Coverage 92.16% 96.17% +4.00%
==========================================
Files 88 88
Lines 5708 5692 -16
==========================================
+ Hits 5261 5474 +213
+ Misses 447 218 -229
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Sorry, something went wrong.
7b1a20d to
90be806
Compare
December 19, 2022 15:02
nejch
commented
Dec 19, 2022
Member
Author
|
@lmilbaum this should also help get rid of |
Sorry, something went wrong.
lmilbaum
suggested changes
Dec 19, 2022
nejch
commented
Feb 2, 2023
90be806 to
be7745d
Compare
February 16, 2023 19:22
be7745d to
7e65adc
Compare
October 12, 2023 11:16
7e65adc to
3733872
Compare
June 8, 2024 19:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Small step towards #1195, and also to get rid of the old username/password auth.
Also gets rid of the requests-specific
HTTPBasicAuth.