We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to whitelist all the possible subdomains of a domain I trust.
Currently this is not possible unless I'm whitelisting all the existing subdomains with SOCIAL_AUTH_ALLOWED_REDIRECT_HOSTS.
Allow to specify regexes with a settings variable like SOCIAL_AUTH_ALLOWED_REDIRECT_HOST_REGEXES so that I can whitelist \w+.trusteddomain.com
\w+.trusteddomain.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behaviour
I'd like to whitelist all the possible subdomains of a domain I trust.
Actual behaviour
Currently this is not possible unless I'm whitelisting all the existing subdomains with SOCIAL_AUTH_ALLOWED_REDIRECT_HOSTS.
Suggested solution
Allow to specify regexes with a settings variable like SOCIAL_AUTH_ALLOWED_REDIRECT_HOST_REGEXES so that I can whitelist
\w+.trusteddomain.com
The text was updated successfully, but these errors were encountered: