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: introduce personal access tokens for authorization #4094

Merged
merged 5 commits into from
Jun 24, 2024

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    99d384f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc4db26 View commit details
    Browse the repository at this point in the history
  3. chore: address CR comments

    - Grid layout updates improving responsiveness.
    - Reply on placeholder for the Label input element in the generate modal instead of a label appearing below.
    - Add empty and error states for the access tokens list view.
    - Cleanup
    
    Co-authored-by: Nivedin <53208152+nivedin@users.noreply.github.com>
    jamesgeorge007 and nivedin committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    900493c View commit details
    Browse the repository at this point in the history
  4. fix: access platform.auth.axiosPlatformConfig after login info reso…

    …lution
    
    This is required in the case of cloud where the Auth token is available as an observable.
    jamesgeorge007 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    d1e9fa6 View commit details
    Browse the repository at this point in the history
  5. chore: cleanup

    - Add a loading state for the initial page load if the user visits the `Tokens` tab immediately.
    - Show `Expired` as the text if the current date exceeds the token expiration date.
    - Toggle the error state during create/delete PAT actions if it was set.
    - Cleanup.
    jamesgeorge007 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    f1c23be View commit details
    Browse the repository at this point in the history