I'm using Django, and want to make Facebook login with django-allauth.
I made Facebook login with few time, and tested it with localhost.
But I found out that FB login require https after 2018 march, so when I login fb in local runserver, it gives error like Insecure Login Blocked: You can't get an access token or log in to this app from an insecure page. Try re-loading the page as https://.
Is there any way to test fb login in localhost?