Open prayascoriolis opened 3 months ago
@prayascoriolis , can you rebase or merge "master" to this PR branch please?
@authorjapps i've merged branch "master" to this PR branch.
@authorjapps i've merged branch "master" to this PR branch.
ok. Thank you. Let me check if the build gets through(earlier it was stuck due to the Ubuntu image issue from GitHub Actions)
You can check here as well @prayascoriolis : https://github.com/authorjapps/zerocode/pull/676/checks
You can check here as well @prayascoriolis : https://github.com/authorjapps/zerocode/pull/676/checks
Thankyou, @authorjapps, All the checks have passed.
@authorjapps @nirmalchandra I've completed the end to end implementation of oauth2 access token alog with refresh_token, can you please review it ?
[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:
[x] New Unit tests were added
[x] Integration tests were added
[x] Test names are meaningful
[x] Feature manually tested and outcome is successful
[x] PR doesn't break any of the earlier features for end users
[x] Branch build passed in CI
[x] No 'package.*' in the imports
[x] Http test added to
http-testing
module(if applicable)[x] Not applicable. The changes did not affect Kafka automation flow