URL: http://kungfupeople.com/signup/

My first Twitter app - KungFuPeople.com I've just finished my first Twitter app. It's basically a just a about using OAuth to allow people to sign up to KungFuPeople.com without having to pick yet another password.

I simply took the oauth.py module by Leah Culver and wrapped it with some useful functions taken from a similar Twitter app we've done at work.

Unlike other Twitter apps for this one I'm using Twitter solely for handling authorization and authentication. That means that it has to work with the existing user + profile functionality but just side-step the sign up and login.

Next goal: Google OAuth

Comments

Your email will never ever be published.

Previous:
Comparing jsmin and slimmer September 17, 2009 Python
Next:
London Frock Exchange launched September 26, 2009 Work, Django
Related by category:
Native connection pooling in Django 5 with PostgreSQL June 25, 2025 Python
A Python dict that can report which keys you did not use June 12, 2025 Python
How I run standalone Python in 2025 January 14, 2025 Python
How to resolve a git conflict in poetry.lock February 7, 2020 Python
Related by keyword:
Integrate BrowserID in a Tornado web app November 22, 2011 Tornado, Mozilla
WSSE Authentication and Apache December 13, 2007 Python
Git + Twitter = Friedcode April 22, 2009 Python, Linux
Bookmarklet to replace the current domain with localhost:8000 January 17, 2010 Web development, Django