![]() |
Login with facebook in codeigniter 4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Login with facebook in codeigniter 4 (/showthread.php?tid=90451) |
Login with facebook in codeigniter 4 - MatiasBDV - 03-20-2024 Hey guys! I'm trying to integrate a facebook login into my ci4 project, but i can't find any recent tutorial or post about that... I have tried with the most recent ones but nothing works, do you know where i can find a tutorial or something similar? Thank you and sorry for the inconvenience! RE: Login with facebook in codeigniter 4 - InsiteFX - 03-20-2024 It's already been done for Shield - Shield OAuth. datamweb - Codeigniter Shield OAuth RE: Login with facebook in codeigniter 4 - Bosborne - 04-06-2024 (03-20-2024, 11:21 PM)InsiteFX Wrote: It's already been done for Shield - Shield OAuth. Being a newbie, I have a Shield question. Is it possible to use Shield with no database? I am currently using ldaprecord to perform LDAPS to Active Directory but want to move to OAuth2 with Entra ID. I use Entra ID user groups to control access so have no need for a user database for the portal. Thanks all, Bruce RE: Login with facebook in codeigniter 4 - Bosborne - 04-21-2024 (04-21-2024, 02:33 AM)Aakriti Wrote:EDIT: The Shield docs list " A created database that you can access via the Spark CLI script" as an installation requirement.. Have you found any examples showing the documentation as inaccurate?(04-06-2024, 04:01 AM)Bosborne Wrote:Yes, it's possible to use Shield without a database, especially if you're transitioning to OAuth2 with Entra ID for user access control.[https://pmkisanyojanastatus.com/]PM Kisan Status[/url](03-20-2024, 11:21 PM)InsiteFX Wrote: It's already been done for Shield - Shield OAuth. RE: Login with facebook in codeigniter 4 - getsamplecode - 10-29-2024 See this tutorial: https://getsamplecode.com/blog/implement-facebook-account-login-in-codeigniter4-app |