-
I try to use rauth in Visual Studio 2013 with Python 2.7 but it fails at the first line:
from rauth import OAuth1Session
because of a missing structures:
```
Traceback (most recent call last):
```
…
-
I try to use this grant type but got an error :
KeyError: 'Decoder failed to handle access_token with data as returned by provider. A different decoder may be needed. Provider returned: {"error":"inv…
node updated
10 years ago
-
Members or Any one who want to become member should be able to login and see list of options depending on the status.
User should be able to login via `email, Github, Gmail`.
-
havent done any investigation, but when I pip installed requests==1.1, it started working again
```
File "/Users/rbp/Projects/tengahdb/default/lib/python2.7/site-packages/rauth/service.py", line 2…
-
Hi,
I am using py-trello for a project. One of the dependency 'oauth2' was missing from the PyPI version of the package, which is very old (0.6.0). I was able to figure the oauth2.Consumer class wa…
-
I'm trying to use rauth to get a persistent, refreshable token that can be used to make Yahoo API requests using OAuth. I found http://stackoverflow.com/questions/16454675/how-to-refresh-a-token-with…
-
Hi,
I received [a comment](http://news.ycombinator.com/item?id=5458949) today expressing python-social-auth's interest in using rauth provided rauth runs on Python 3. Unfortunately, today it is does …
-
Originally on 2013-02-28
Local authentication with nickname is working fine in next branch, but authenticating using the email instead doesn't work.
Problem is in webaccount_blueprint.login, which o…
-
OAuth1 flow often require this for refreshing the token, does the library currently support it or can it be added? Thanks!
-
- [x] add docstrings to each important class and method (tasks.py, etc)
- [x] check install documentation works on all platforms (Ubuntu 12.04, Fedora 18)
- [x] Lets review the overall program structu…