<@U6AHR4J4R> when do you want to do the login? the...
# tornadofx
r
@pike when do you want to do the login? the fxlauncher should I think be downloadable without logging in, but after that it should have it before downloading the actual application, its dependencies and the app.xml?
p
I'd like to add it at the start of FXLauncher
Before download would be better UX I think
The simplest way is the one time password, send email, send password, get manifest
c
I don’t use fx launcher but I’ve used something called the preloaded which gets you involved with app init earlier. It includes login https://docs.oracle.com/javafx/2/deployment/preloaders.htm
p
I was looking at that! I was wondering how to do the authentication then load my fx app and wrap it all up in an installer
@carlw I wish this was easier for me to figure out. I basically need to make a preloader point to fx launcher and fxlauncher will auto update within the application
@ron I'm looking at it, I'm quite lost on how to modify this. I was thinking I could just modify the FXLauncher and add the authentication but I have no idea how to do that.