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
At the moment we use a Django options on this feature :
TEQUILA_FORCE_REDIRECT_HTTPS = True
Soon it will be a Tequila flag, so we will have to change the way we set it.
The text was updated successfully, but these errors were encountered:
Adding the bug label, as the sample app is crashing on this (redirecting to https when there is no https option)
Sorry, something went wrong.
This no more a bug, as we have a https server for sample app.
@jdelasoie How did you manage to use the local dev server with https?
No branches or pull requests
At the moment we use a Django options on this feature :
Soon it will be a Tequila flag, so we will have to change the way we set it.
The text was updated successfully, but these errors were encountered: