goalio / GoalioRememberMe

A Zend Framework 2 (ZF2) Module offering remember me functionality to ZfcUser
BSD 3-Clause "New" or "Revised" License
32 stars 19 forks source link

Should this work with ScnSocialAuth #24

Open risto1913 opened 10 years ago

risto1913 commented 10 years ago

I followed the readme. But no juice.

pdobrigkeit commented 10 years ago

Check #21 ? Does that help you? Otherwise I am not familiar with ScnSocialAuth.

ojhaujjwal commented 10 years ago

@risto1913 It works with the latest version with ScnSocialAuth after this change

timoziemann commented 8 years ago

I just got started with this module. Trying to get it up and running in an existing ZfcUser / ScnSocialAuth application, where users may register through ZfcUser or login via Facebook through ScnSocialAuth on top of it. So I've got a page with a register form and a FB login button next to it. So if they use the FB OAuth, there is no POST data on the callback URL and also there is no cookie, so I assume the code will not run, as there are a few checks. Right?

There is no entry in the database table after login through FB. In general, I've got it setup properly! Checkbox is visible, also through a regular login, there is a session/cookie record in MySQL. Am I missing something?