[Issue #193] Integrate OAuth2 Authentication into Core Repository by prayascoriolis · Pull Request #676 · authorjapps/zerocode · GitHub
More Web Proxy on the site http://driver.im/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The integration of OAuth2 authentication into the core repository is a key enhancement that will make the library more versatile and secure. By aligning this effort with the successful example from the zerocode-hello-world repository, you are paving the way for a robust authentication mechanism that can be leveraged across various use cases.
PR Description:
This pull request integrates OAuth2 authentication into the core repository. The following tasks have been undertaken:
Created a unit runner class with OAuth2 specification.
Included necessary Java, properties, and JSON files for the custom HTTP client.
Made minor path adjustments in the Java files to ensure successful test execution.
Checklist:
New Unit tests were added
Integration tests were added
Test names are meaningful
Feature manually tested and outcome is successful
PR doesn't break any of the earlier features for end users
Branch build passed in CI
No 'package.*' in the imports
Http test added to http-testing module(if applicable)
Not applicable. The changes did not affect Kafka automation flow
prayascoriolis
changed the title
WIP: [ISSUE #193] Integrate OAuth2 Authentication into Core Repository
WIP: [Issue #193] Integrate OAuth2 Authentication into Core Repository
Aug 30, 2024
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[Issue #193] Implement OAuth2 Authentication in Core Repository
Fixes Issue: 193
PR Branch
https://github.com/prayascoriolis/zerocode/tree/ISSUE-193-OAuth2-Support
Motivation and Context
The integration of OAuth2 authentication into the core repository is a key enhancement that will make the library more versatile and secure. By aligning this effort with the successful example from the zerocode-hello-world repository, you are paving the way for a robust authentication mechanism that can be leveraged across various use cases.
PR Description:
This pull request integrates OAuth2 authentication into the core repository. The following tasks have been undertaken:
Checklist:
New Unit tests were added
Integration tests were added
Test names are meaningful
Feature manually tested and outcome is successful
PR doesn't break any of the earlier features for end users
Branch build passed in CI
No 'package.*' in the imports
Http test added to
http-testing
module(if applicable)Not applicable. The changes did not affect Kafka automation flow