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

Update authentication logic and dependencies in Flowpay Universal int… #13

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

butkeraites-hotglue
Copy link
Contributor

…egration

  • Updated requests dependency version to 2.29.0 in pyproject.toml.
  • Refactored OAuth2Authenticator to require audience and token_endpoint_url instead of redirect_uri and refresh_token.
  • Simplified the initialization of ApiKeyAuthenticator to use a default header for the API key.
  • Enhanced error handling in the authenticator property of FlowpayUniversalStream to ensure auth_type is specified.
  • Improved configuration schema in TapFlowpayUniversal to include descriptions for each property, ensuring clarity on required fields.

…egration

- Updated `requests` dependency version to `2.29.0` in `pyproject.toml`.
- Refactored `OAuth2Authenticator` to require `audience` and `token_endpoint_url` instead of `redirect_uri` and `refresh_token`.
- Simplified the initialization of `ApiKeyAuthenticator` to use a default header for the API key.
- Enhanced error handling in the `authenticator` property of `FlowpayUniversalStream` to ensure `auth_type` is specified.
- Improved configuration schema in `TapFlowpayUniversal` to include descriptions for each property, ensuring clarity on required fields.
@hsyyid hsyyid merged commit cb89fb3 into main Dec 20, 2024
1 of 7 checks passed
@hsyyid hsyyid deleted the feature/hgi-6440 branch December 20, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants