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 basic support for the Common Access Token #4419

Merged
merged 3 commits into from
Mar 15, 2024
Merged

Conversation

dsilhavy
Copy link
Collaborator

@dsilhavy dsilhavy commented Mar 14, 2024

This PR adds basic support for the Common Access Token as requested in #4395.

  • Adds a new CommonAccessTokenController that manages the access tokens for the different hosts
  • Adds a new function in Utils to extract the host from a given URL
  • Enhances the HttpLoader to call the CommonAccessTokenController for each request and response. The goal is to extract the Common Access Token and save it for future requests. The common-access-token is added for each request to a specific host

@dsilhavy dsilhavy added this to the 5.0.0 milestone Mar 14, 2024
@dsilhavy dsilhavy merged commit 9c64c5c into development Mar 15, 2024
1 of 4 checks passed
@dsilhavy dsilhavy deleted the feature/cat branch March 15, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

1 participant