I tried to configure social authentication via Facebook in my Django project.
As I am testing at localhost (already included the http-based site in ALLOWED_HOSTS
) , I need to disable Enforce HTTPS.
My fb app is now in development mode, but by default Enforce HTTPS is enabled and couldn't be changed apparently. How can I fix it?
Thanks!