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

Move API token into the separate file. #3978

Merged
merged 6 commits into from
Jun 13, 2017

Commits on Jun 1, 2017

  1. Move API token into the separate file.

    Now the token is stored in ~/.cargo/credentials (with 600 permissions on
    unix-like systems).
    fa7ca7 committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    30cc378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c515a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    903be77 View commit details
    Browse the repository at this point in the history
  4. Credentials for multiple hosts.

    Now cargo looks for credentials and stores them in $CARGO_HOME/credentials.
    If credentials for requested host are not found cargo will try to get them
    from $CARGO_HOME/config, but it's temporary behavior. It should be disabled
    after users start to use a new config file).
    fa7ca7 committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    29960d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Revert "Credentials for multiple hosts."

    This reverts commit 29960d2.
    fa7ca7 committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    aa17b61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ccdc8b View commit details
    Browse the repository at this point in the history