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 config for local JWT tokens #2568

Merged
merged 38 commits into from
Sep 7, 2023
Merged

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    431e92e View commit details
    Browse the repository at this point in the history
  2. Validate issuer name

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a34c1ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0763c00 View commit details
    Browse the repository at this point in the history
  4. Add default config

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8d38a8b View commit details
    Browse the repository at this point in the history
  5. Shorten error message

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    c2044bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81d0234 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25f116f View commit details
    Browse the repository at this point in the history
  8. Remove default name value

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b50dcd3 View commit details
    Browse the repository at this point in the history
  9. Remove redundant tests

    other tests cover these things more directly
    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    cc67a46 View commit details
    Browse the repository at this point in the history
  10. Add more tests

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    285451b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57b5f85 View commit details
    Browse the repository at this point in the history
  12. Use string format

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    10b9f85 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d1a3f19 View commit details
    Browse the repository at this point in the history
  14. Add new test

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    fff9a7c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    675e099 View commit details
    Browse the repository at this point in the history
  16. Add tests for more coverage

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    0b83370 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1655b70 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ff9f599 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    913ff72 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    800ee6a View commit details
    Browse the repository at this point in the history
  21. Reword comment

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    683e24f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    de26c68 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d7c784d View commit details
    Browse the repository at this point in the history
  24. Add colon to error message

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    17f8471 View commit details
    Browse the repository at this point in the history
  25. Add test for permissionerror

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2a3a0fe View commit details
    Browse the repository at this point in the history
  26. use %s instead of {}

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    714c4af View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    12d43ea View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    025a25c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f201c0d View commit details
    Browse the repository at this point in the history
  30. Add test for empty config

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b2e2f52 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5d5b88e View commit details
    Browse the repository at this point in the history
  32. Handle only expected configparser exceptions

    aka removes the "general" exception check
    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5a28a3f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8739935 View commit details
    Browse the repository at this point in the history
  34. Update test names

    stveit committed May 25, 2023
    Configuration menu
    Copy the full SHA
    35079b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    ef3aded View commit details
    Browse the repository at this point in the history
  2. Update docstrings

    stveit committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1e99af8 View commit details
    Browse the repository at this point in the history
  3. Add type hints

    stveit committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b381bba View commit details
    Browse the repository at this point in the history
  4. Revise docstring

    stveit committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8c8e00f View commit details
    Browse the repository at this point in the history