-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
OAuth2 supported HttpClient in core module #193
Comments
Hi @santhoshTpixler . What needs to be done to get this working. I will like to contribute. |
@agbanagba You are welcomed to contribute. 👍 |
Thats cool. I will be working on it. Thanks |
I have reviewed both the core repository of Zerocode and its example repository (zerocode-hello-world) and have developed a good understanding of how they work. I found the implementation of OAuth2 in the example repository particularly interesting and would like to work on implementing it in the core repository. Could you please assign this issue to me? I also have a few questions:
Tasks Required To Be Undertaken in Core Repo:
|
Background:
We have an OAuth2 in action #186 in the authorjapps/zerocode-hello-world#7 repo. But it can be made as part of the core module. Since the OAuth2 implementation was generic enough to support most of the providers it will benefit many people.
AC1:
Follow this as reference or suggestion only(but check the latest IETF doc for standard impl):
#676 (review)
AC2:
"s***3"
or"***"
to avoid extra logic)and
The text was updated successfully, but these errors were encountered: