I am trying to make a web application and I want a log out option in one of my template which will redirect to my home page. How should I do it?
I have a home page name 'home.html' which have a google sign in option by social o-authentication process and once signed in it will redirect it to another template named 'jumbotron.html'. But if I refresh and try logging it again it directly takes me to that template.
So I basically want a log out option on a template 'jumbotron.html' which will redirect me to the home page and have to log in again. How should I do it? Thank you in advance!