Social Login for Community Auth |
Hi
I am just wondering if anyone managed to integrate any social login library such as https://github.com/LoriKarikari/Social-Codeigniter with the awesome community auth library. (06-01-2016, 09:33 PM)cytey Wrote: Hi I use HybridAuth, integrate Codeigniter 3.06 without issue. Check out this. https://github.com/andacata/HybridIgniter
Personal blog: https://terryl.in
My personal project is called Dictpedia is currently using Codeigniter 3, welcome.
06-05-2016, 11:27 AM
(This post was last modified: 06-05-2016, 04:08 PM by skunkbad. Edit Reason: More info )
I took some time to implement a feature that allows you to skip Community Auth's regular checks for authentication and force somebody to be logged in. This should allow you to use another service for your user's authentication, but tell Community Auth / CodeIgniter that they are logged in.
Whatever service you use to authenticate externally, you will need to get the username or email address once the user is deemed to be logged in. Once you have that, you can do something like this: PHP Code: // Add the username or email address of the user you want logged in: This functionality added today, 6/5/2016 and tagged v3.1.2
|
Welcome Guest, Not a member yet? Register Sign In |