Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

allauth django

SOCIALACCOUNT_PROVIDERS = {
    'google': {
        # For each OAuth based provider, either add a ``SocialApp``
        # (``socialaccount`` app) containing the required client
        # credentials, or list them here:
        'APP': {
            'client_id': '123',
            'secret': '456',
            'key': ''
        }
    }
}
Source by django-allauth.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #allauth #django
ADD COMMENT
Topic
Name
3+4 =