mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 23:50:58 +00:00
1 line
3.1 KiB
JSON
1 line
3.1 KiB
JSON
[{"user_id": 28981, "stars": [], "topic_id": 39674, "date_created": 1308343672.453589, "message": "I looked at https://github.com/omab/django-social-auth and https://github.com/uswaretech/Django-Socialauth", "group_id": 81, "id": 1422433}, {"user_id": 28981, "stars": [], "topic_id": 39674, "date_created": 1308344093.4120269, "message": "I made a patch that does sort of take care of this now: https://github.com/sidmitra/django-social-auth/commit/1c590bc19608bbb69c6cad4106fbda5652e5a240", "group_id": 81, "id": 1422483}, {"user_id": 28981, "stars": [], "topic_id": 39674, "date_created": 1308344127.953568, "message": "not sure if i'm missing some existing config to do what i want. i.e figure out if request.user is authenticated, if yes then use that instead of creating a new user.", "group_id": 81, "id": 1422486}, {"user_id": 28981, "stars": [], "topic_id": 39674, "date_created": 1308343747.808182, "message": "After peering into their code, it looks like they create a new user if the email doesn't match(plus some backends don't return the email address).", "group_id": 81, "id": 1422439}, {"user_id": 28981, "stars": [], "topic_id": 39674, "date_created": 1308343649.5045021, "message": "I want to allow a particular type of user on my site, to connect twitter/FB/linkedin to his profile, since i need relevant data from all three.", "group_id": 81, "id": 1422431}, {"user_id": 28981, "stars": [], "topic_id": 39674, "date_created": 1308343800.3783939, "message": "But i'm fine with our current registration, since that does a lot of custom stuff, so i would rather add a step after signing up, to connect their other accounts. I didn't see any examples of using the above modules like that.", "group_id": 81, "id": 1422450}, {"user_id": 4581, "stars": [], "topic_id": 39674, "date_created": 1308409147.1831861, "message": "I used django-social-auth, and there's an \"associate\" view that does exactly this. The url is \"^associate/(?P<backend>[^/]+)/\", so visiting something like ^/associate/twitter/ would connect your current user with twitter.", "group_id": 81, "id": 1427019}, {"user_id": 20656, "stars": [], "topic_id": 39674, "date_created": 1308419987.453676, "message": "@sidmitra You can define SOCIAL_AUTH_NEW_USER_REDIRECT_URL setting to redirect the newly registered users to a custom extra step.", "group_id": 81, "id": 1427671}, {"user_id": 28981, "stars": [], "topic_id": 39674, "date_created": 1308503396.884454, "message": "@omab , i'm looking to allow existing users to associate FB etc to their accounts(via something like \"Edit Profile\" ), so not sure that setting is for that. But it looks useful for new users registering onto the site.", "group_id": 81, "id": 1432431}, {"user_id": 28981, "stars": [], "topic_id": 39674, "date_created": 1308503292.6164379, "message": "@bkmontgomery , thanks... I just noticed the assosciate view. Doh!", "group_id": 81, "id": 1432422}, {"user_id": 20656, "stars": [], "topic_id": 39674, "date_created": 1308580732.762418, "message": "@sidmitra Yes, that setting is thought for new users only as you mentioned a step after signup. As you found, the association view should meet your needs.", "group_id": 81, "id": 1438830}] |