Files
2012-02-21 01:15:00 -05:00

1 line
3.9 KiB
JSON

[{"user_id": 18539, "stars": [], "topic_id": 21496, "date_created": 1303854891.311393, "message": "Do any active web frameworks other than Django (I know about django-social-auth) have fairly easy to use Twitter/Facebook/Google login capability more or less out of the box (extensions are fine too)?", "group_id": 292, "id": 819373}, {"user_id": 18539, "stars": [], "topic_id": 21496, "date_created": 1303854925.958529, "message": "As I understand it these three use OAuth1.0a, OAuth2.0-draft, and OpenID between them. If anyone's actually managed to get this working, that'd be great.", "group_id": 292, "id": 819382}, {"user_id": 18539, "stars": [], "topic_id": 21496, "date_created": 1303855017.7381661, "message": "Why not Django: nothing against Django per se, but d-s-a forces me into Django's ORM and User model ideas, and AFAIK that won't work on non-relational databases, and one of my motivations here was finally giving MongoDB a spin. AFAIK d-s-a won't work with any of the Django auth that works on Mongo (correct me if I'm wrong).", "group_id": 292, "id": 819393}, {"user_id": 18539, "stars": [], "topic_id": 21496, "date_created": 1303855080.729593, "message": "My favorite's Flask, but I can't find anything on anyone that got Flask + FB login to work, and I can't believe I'd be the first to try... There's oa.social, but that's deprecated (by the author: it predates the currently preferred APIs for those providers)", "group_id": 292, "id": 819396}, {"user_id": 6543, "stars": [{"date_created": 1303935211.647917, "user_id": 7375}, {"date_created": 1304421265.348527, "user_id": 13597}], "topic_id": 21496, "date_created": 1303870319.598896, "message": "You might take a look at Velruse: http://packages.python.org/velruse/", "group_id": 292, "id": 820881}, {"user_id": 1822, "stars": [], "topic_id": 21496, "date_created": 1303875244.6010709, "message": "Look at the oauth2 library. It's framework agnostic. You will still have to implement the endpoint specific bits.", "group_id": 292, "id": 821627}, {"user_id": 24575, "stars": [], "topic_id": 21496, "date_created": 1303908629.7932439, "message": "django social-auth seems like a good solution : https://github.com/omab/django-social-auth", "group_id": 292, "id": 825353}, {"user_id": 18539, "stars": [], "topic_id": 21496, "date_created": 1303914087.0104041, "message": "@philgo20 No, I thought I explained specifically why django-social-auth was *not* a good solution. Is any of my reasoning fallacious?", "group_id": 292, "id": 826436}, {"user_id": 18539, "stars": [{"date_created": 1303926810.4034331, "user_id": 1}], "topic_id": 21496, "date_created": 1303915479.113436, "message": "@chrismcdonough Velruse looks very interesting. Thanks a lot!", "group_id": 292, "id": 826656}, {"user_id": 18539, "stars": [], "topic_id": 21496, "date_created": 1303915677.3331461, "message": "@ptone Google appears to use OAuth for authorizing access to documents in a GData context, not so much for authentication. Their Federated Login docs still tell me to use OpenID. Is there something I'm missing?", "group_id": 292, "id": 826697}, {"user_id": 27289, "stars": [], "topic_id": 21496, "date_created": 1303917575.2923441, "message": "@lvh I've done FB and Twitter OAuth on Flask before. I'll try to dig up some code for it.", "group_id": 292, "id": 827137}, {"user_id": 27289, "stars": [], "topic_id": 21496, "date_created": 1303920062.3880191, "message": "Well, I thought I had a copy of that code on my laptop, but I guess not. I'll have to wait until I'm home to pull it up. However, Velruse (suggested above) might be better for you if you want to support a bunch of providers in a generic way since it fetches the relevant \"profile\" data as well in a normalized format.", "group_id": 292, "id": 827645}, {"user_id": 1, "stars": [], "topic_id": 21496, "date_created": 1303926822.675348, "message": "Yeah, Velruse looks pretty awesome indeed", "group_id": 292, "id": 829173}]