for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
"""
This is our adjustment to the OpenID provider from Python Social.
It does nothing more than adding the provider URL configured in our settings file.
from opensubmit import settings
from social_core.backends.open_id import OpenIdAuth as OpenIdAuthBase
class OpenIdAuth(OpenIdAuthBase):
URL = settings.OPENID_PROVIDER