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

Commits on Oct 31, 2018

  1. http: improve TokenAuth documentation

    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 committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    8aab983 View commit details
    Browse the repository at this point in the history