How can I force my users to authenticate before loading my application. I've seen a handful of things about making things visible/not visible but I'm looking for a bit more than that. We don't want things to run if someone isn't logged in.
The background for this is our application connects to our queues and we don't want tons of connections. Having things not visible but running doesn't help.
You want to look at a custom splash screen. The product editor has something
built in already. Just go to the "Splash" tab and select a simulated login.
You can build on that.
Best regards,
Wim
> How can I force my users to authenticate before loading my application.
I've seen a handful of things about making things visible/not visible but I'm
looking for a bit more than that. We don't want things to run if someone
isn't logged in.
>
> The background for this is our application connects to our queues and we
don't want tons of connections. Having things not visible but running doesn't
help.