Added two new options in Packaging. Both of them are indended to be used by setups with custom scripts having their own UI.
By leveraging Lifecycle Events trigger and C# script creating a custom Blazor Window, you can make it so YOUR user interface will be shown instead of EyeAuras.
If set, when the app gets fully loaded, main window will be minimized.
If set, the window won't even be displayed on the Taskbar, leaving only your custom window there.
Added two new examples which use BlazorWindows - Basic Window and Custom Login.
Login Widget allows to very easily integrate EyeAuras authentication into your app. It will get more customizable and extensible when I'll receive first feedback.