> 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
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
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