Detect if custom social in post login action

Hi,

I am trying to determine in a post login action if the user is using a custom social connection so I can do something different with them. Is there anything on the that will tell me the login source. We only have the standard database and our custom social as login options.

Thanks

Actually I figured it out. In case anyone else needs to know:

event.connection.name

This will contain the name of the custom social login.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.