Welcome Guest, Not a member yet? Register   Sign In
Redirecting in BaseController?
#1

So in previous Codeigniter versions I usually had a base controller that all other controllers extended from.  In that controller I would check if the user was logged in and if not, redirect them to a login page.  I'm not able to do redirecting in the base controller in CI4.  

How should I handle checking if the user is logged in and if not sending them to the login page without having to write an if statement on all of my page controllers?
Reply
#2

There have been a number of posts on this topic already. Search the forums for some great examples, but the short answer is you want to look into Filters (https://codeigniter4.github.io/CodeIgnit...lters.html). This might also be helpful: https://github.com/lonnieezell/myth-auth...g-by-route
Reply
#3

Thank you. Must have used the wrong search terms. I did search before posting. I appreciate the links.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB