https://github.com/jiahaog/nativefier/issues/100, https://github.com/jiahaog/nativefier/issues/155, https://github.com/jiahaog/nativefier/issues/261
Carrying the conversation forward about password saving, I have a web app that requires login every time it is launched and there is no option to "keep me logged in". This site is using a native login prompt, which in the app created by Nativefier looks like this:

anyone found a solution to this problem yet???
You can write credentials in the url http://username:[email protected] (because that looks like tfs).
I suppose that would work for one person, however, not if you wanted to distribute it. As it stands, I gave up and moved on to something else as what I was trying to do was not important at all.
Any solution?
@davibe that doesn't work.
I opened a PR to automate the log in via command line: https://github.com/jiahaog/nativefier/pull/444
Hi! I'm not sure if 4c581f9 addresses this issue --- I tried the CLI based approach but the website I use seems to only work with chrome password managers (they appear to have no cookies). Please let me know if I'm missing something. Thanks so much!!