Auto relaod after login - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Auto relaod after login (/showthread.php?tid=81622) |
Auto relaod after login - plopli - 03-29-2022 I have a google login on my website, with an auto reload after the user is correctly logged in. The problem is every time the user is browsing the website it is reloading the page. So if he opens an article, it will load the page and the reload the page. Here is my JS Code: Does any one already face this issue? or have a solution? Thank you RE: Auto relaod after login - ignitedcms - 03-29-2022 I didn't look properly at gapi but I thought this was a decent tutorial. https://code.tutsplus.com/tutorials/create-a-google-login-page-in-php--cms-33214 For the record I've only ever used single sign ons in React |