]> git.parisson.com Git - django-social-auth.git/commit
make BaseOAuth2 behave like ConsumerBasedOAuth when requesting an access token leads...
authorMichael Armida <me@marmida.org>
Tue, 6 Mar 2012 06:35:45 +0000 (22:35 -0800)
committerMichael Armida <me@marmida.org>
Tue, 6 Mar 2012 06:35:45 +0000 (22:35 -0800)
commit2a467761fd6bd75bd048ce1ed5e7a75a97d95922
treeacaaf5c8a5ac7d6d473c5145425ccd441a9aba0f
parent142bb9eba8749ad0eb2fcd2e096753f41dd8a4d9
make BaseOAuth2 behave like ConsumerBasedOAuth when requesting an access token leads to a HTTP 400; previously it lead to an unhandled exception, although I don't know that "Authentication process canceled" is much better
social_auth/backends/__init__.py