Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

http: improve TokenAuth documentation #1009

Merged
merged 1 commit into from
Oct 31, 2018
Merged

http: improve TokenAuth documentation #1009

merged 1 commit into from
Oct 31, 2018

Conversation

smola
Copy link
Collaborator

@smola smola commented Oct 31, 2018

Users are often confused with TokenAuth, since it might look that it
should be used with GitHub's OAuth tokens. But that is not the case.

TokenAuth implements HTTP bearer authentication. Most git servers will
use HTTP basic authentication (user+passwords) even for OAuth tokens.

Fixes #999

Users are often confused with TokenAuth, since it might look that it
should be used with GitHub's OAuth tokens. But that is not the case.

TokenAuth implements HTTP bearer authentication. Most git servers will
use HTTP basic authentication (user+passwords) even for OAuth tokens.

Signed-off-by: Santiago M. Mola <[email protected]>
@smola smola requested a review from mcuadros October 31, 2018 09:00
@smola
Copy link
Collaborator Author

smola commented Oct 31, 2018

cc @mccurdyc

@mcuadros mcuadros merged commit 959dc01 into src-d:master Oct 31, 2018
@smola smola deleted the tokenauth-doc branch October 31, 2018 16:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants