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

ref(token): Use secrecy crate to store auth token #2116

Merged
merged 2 commits into from
Aug 1, 2024

Commits on Aug 1, 2024

  1. test(tokens): Add test to ensure tokens redacted

    The test ensures that when the CLI args are echoed back, anything which might reasonably be an auth token is redacted.
    szokeasaurusrex committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    35547f7 View commit details
    Browse the repository at this point in the history
  2. ref(token): Use secrecy crate to store auth token

    Using the secrecy crate prevents the auth token from accidentally being leaked if we log the `AuthToken` struct.
    szokeasaurusrex committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    28026ee View commit details
    Browse the repository at this point in the history