Hey All,
I’m struggling a little with the App Lifecycle.
I have an authentication provider that I want to define when the app init fires; so far so good.
My problem happens when my pages load and beforeEnter I do a checkAuth function, which fails on the first page because the authentication provider has not finished loaded.
Is there anyway to do required loading before the app finishes and starts loading pages?
Many thanks,
Scott