How can I add an oauth2 custom login provider to askbot ?
How can I add an oauth2 custom login provider to askbot ?
I grepped askbot code and it seems that it supports oauth2, right ?
askbot/deps/django_authopenid/util.py:import oauth2 as oauth
Comments