[BangPypers] Proposed python module: simpleoauth

2011-03-09 Thread Navin Kabra
Hi All, Need your help on this. After getting very confused and frustrated at the state of OAuth libraries in python, I decided that there needs to be a simpler way of doing OAuth in Python. As a proof-of-concept I've implemented the following: https://github.com/ngkabra/simpleoauth The design

Re: [BangPypers] Proposed python module: simpleoauth

2011-03-09 Thread Santosh Rajan
Good work. The original author of OAuth, Eran Hammer Lahav, had to go and bail out Twitter, back in 2009. The problem with this identity thing is that, there are only two ways to solve it. 1) Federated Identity. 2) Delegated Identity. You are doing Delegated Identity. Which has its its own probl

Re: [BangPypers] Proposed python module: simpleoauth

2011-03-09 Thread Baishampayan Ghose
> After getting very confused and frustrated at the state of OAuth libraries > in python, I decided that there needs to be a simpler way of doing OAuth in > Python. As a proof-of-concept I've implemented the following: > > https://github.com/ngkabra/simpleoauth Where is the code? simpleoauth/__ini

Re: [BangPypers] Proposed python module: simpleoauth

2011-03-10 Thread Navin Kabra
On Thu, Mar 10, 2011 at 12:32 PM, Baishampayan Ghose wrote: > Where is the code? simpleoauth/__init__.py seems to have only one line > - "/home/navin/d/hacks/python/oauth/simple_oauth.py" > Aargh... sorry. Checked in from the wrong directory. It should be fixed now. (Deleted and re-created the r