OAuth Authentication for Clusterify
Estimated time: 5 hours
I really like clusterify but think that people having to register to vote up a project is probably affecting how successful the site can be through things like twitter and other social media channels. I know that openid is implemented but I reckon oauth is going to win out.
I've already done some of the work in my http://code.google.com/p/gaetools library and would be happy to integrate twitter authentication into the codebase.
Technologies
- python
- oauth http://oauth.googlecode.com/svn/code/python/oauth/
Tasks
- Extract the relevant logic from the http://code.google.com/p/gaetools library
- Integrate oauth authentication (supporting twitter off the bat) into clusterify source
Comments
Project author and members receive automatic email notifications when comments are posted.
After doing a bit of a try using the one above, I came across a more complete implementation:
[http://github.com/rcrowley/django-twitterauth/tree/master]
Giving it a go now on another django project - will see how it goes :)
by DamonOehlman (1)
2 years ago
2 years ago
You could add a comment if you were logged in.






Looks like there might be a django oauth lib which could help get this done...
http://github.com/henriklied/django-twitter-oauth/tree/master
2 years ago