CodeIgniter Forums
Shield OAuth for Googel/Github/yahoo Oauth and ... - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34)
+--- Thread: Shield OAuth for Googel/Github/yahoo Oauth and ... (/showthread.php?tid=84604)



Shield OAuth for Googel/Github/yahoo Oauth and ... - datamweb - 10-25-2022

Hello to all,
Today I released a package called shield-oauth.

[Image: shieldOAuthLogo.png]

This package helps you to add the possibility of registration or login with google, github, yahoo, etc. to the projects implemented with Shield.

[Image: ShieldOAuthDemo.jpg]

It is very easy to use, and it is also very easy to extend to other services.
Just create a class in path app\Libraries\ShieldOAuth .

More information in the documentation.

I know this package needs corrections, however, I released it based on the needs of users to see feedback to improve it.

To the people of my country Iran, I know that you can't use Composer now, I thought about manual installation when developing the package, you can install it manually. We spend these difficult days together.

I invite all those interested in translating files to participate in this project.
I have tried to explain everything in the documents, however, considering that I am not an English speaker, the documents may need to be corrected, so please send reviews and PRs.

Thanks to @michalsn for the help here.

Thank you to Matthew Gatner, who always says things that I hear for the first time.
I am grateful to Kenjis for his help, guidance and encouragement.
You all may not know it yourself, but I learn from you every day, you are the best.

I am grateful to all those who have somehow given me positive energy.
This package is a small part of returning your help.


RE: Shield OAuth for Googel/Github/yahoo Oauth and ... - InsiteFX - 10-26-2022

@datamweb Thank you very much for your contribution.