Auth0#
- App registration (get your key and secret here)
- Development callback URL
You’ll need to specify the base URL for your Auth0 domain:
SOCIALACCOUNT_PROVIDERS = {
'auth0': {
'AUTH0_URL': 'https://your.auth0domain.auth0.com',
'OAUTH_PKCE_ENABLED': True,
}
}