Let's say I have a login, signup and home page.
I want the home page to be gated ( require a logged in user to see it )
Are you creating an "On load" lifecycle event? ( if so, how are you doing this? I keep getting stuck on a switch statement )
Or are you making an API call and having the success do nothing, or maybe just store something and have the error flow use the "Go to URL" action?
Thinking of the best way to do it, but interestingly I just can't get my head around getting the "On load" even working as I'm checking the session cookie and that doesn't seem to be working...