-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
OAuth2 token can be used in basic auth #6747
OAuth2 token can be used in basic auth #6747
Conversation
oauth token can be used in basic auth
Codecov Report
@@ Coverage Diff @@
## master #6747 +/- ##
=========================================
Coverage ? 41.02%
=========================================
Files ? 421
Lines ? 57955
Branches ? 0
=========================================
Hits ? 23777
Misses ? 31022
Partials ? 3156
Continue to review full report at Codecov.
|
Hello :) This fix solves my problem ! (After migrating Gitea to 1.8 and Drone to 1.1.0). Thank you ! ;) |
This includes API calls and git clones
(username is token and password is either empty or
x-oauth-basic
)@jonasfranz If possible could you review as you have most knowledge of OAuth2 implementation.