Skip to content
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

Support login tokens for multiple registries #4680

Merged
merged 9 commits into from
Nov 1, 2017

Commits on Jun 22, 2017

  1. Credentials for multiple hosts.

    Now `cargo login` stores a token per host.
    If the host parameter is omitted cargo stores a token as default, i.e.
    as a token for crates.io.
    fa7ca7 committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    002996e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Merge branch 'credentials-hosts' of github.com:dethoter/cargo into re…

    …gistry-login
    
    Conflicts:
    	src/bin/login.rs
    	src/cargo/ops/registry.rs
    	tests/login.rs
    	tests/publish.rs
    cswindle committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    e911a25 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Configuration menu
    Copy the full SHA
    053b9f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f82507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bda323 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    31cb68d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7a3cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    276e902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ef8f55 View commit details
    Browse the repository at this point in the history