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: implement OAuth for catalog rest client #254

Merged
merged 6 commits into from
Mar 18, 2024

Commits on Mar 11, 2024

  1. feat: implement OAuth for catalog rest

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ebf0918 View commit details
    Browse the repository at this point in the history
  2. add a check

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3827644 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. make issued_token_type optional

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fea6765 View commit details
    Browse the repository at this point in the history
  2. make expires_in optional

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4d65732 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. use header::AUTHORIZATION

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1741ec6 View commit details
    Browse the repository at this point in the history
  2. add mock test

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b32eeaf View commit details
    Browse the repository at this point in the history