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

feat: add option to authenticate with api token instead of password #460

Merged
merged 12 commits into from
Sep 19, 2023
Merged

Commits on Sep 18, 2023

  1. add tokens to config

    Britaliope authored and xoxys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    27628c5 View commit details
    Browse the repository at this point in the history
  2. client.py token login

    Britaliope authored and xoxys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    907f4cb View commit details
    Browse the repository at this point in the history
  3. fix client.py

    Britaliope authored and xoxys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    2cc3b68 View commit details
    Browse the repository at this point in the history
  4. validation rules for api token

    Britaliope authored and xoxys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1ca7e9b View commit details
    Browse the repository at this point in the history
  5. fix validation rules issues

    Britaliope authored and xoxys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    9fa6b82 View commit details
    Browse the repository at this point in the history
  6. Update env.md

    Britaliope authored and xoxys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d0edd4e View commit details
    Browse the repository at this point in the history
  7. Update defaults.md

    Britaliope authored and xoxys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    23ce749 View commit details
    Browse the repository at this point in the history
  8. fix code style

    Britaliope authored and xoxys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7613e43 View commit details
    Browse the repository at this point in the history
  9. fix ruff issues

    Britaliope authored and xoxys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    12a53f5 View commit details
    Browse the repository at this point in the history
  10. fix tests

    Britaliope authored and xoxys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6a254f7 View commit details
    Browse the repository at this point in the history
  11. add cli tests for auth config

    xoxys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ff48921 View commit details
    Browse the repository at this point in the history
  12. fix host string method

    xoxys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e8cab8d View commit details
    Browse the repository at this point in the history