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

Add support for API keys #2245

Merged
merged 2 commits into from
Jan 23, 2022
Merged

Add support for API keys #2245

merged 2 commits into from
Jan 23, 2022

Commits on Jan 22, 2022

  1. Add support for API keys

    This is mainly useful for CLI-based login automation.
    jjlin committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    69ee4a7 View commit details
    Browse the repository at this point in the history
  2. Fix scope and refresh_token for API key logins

    API key logins use a scope of `api`, not `api offline_access`. Since
    `offline_access` is not requested, no `refresh_token` is returned either.
    jjlin committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    8f79007 View commit details
    Browse the repository at this point in the history