When running the app in electron, and clicking on the facebook button, the authentification does not work.

This is probably because we set the app id only in https://github.com/cross-solution/cross-solution.de/blob/master/src/boot/hello.js. An app secret is set nowhere. Maybe the auth is working in the web app (ssr:pwa mode) because facebook can determine a Hostname, which is sending requests.

However. We have to answer the question, how to store user settings in an electron app.
When running the app in electron, and clicking on the facebook button, the authentification does not work.
This is probably because we set the app id only in https://github.com/cross-solution/cross-solution.de/blob/master/src/boot/hello.js. An app secret is set nowhere. Maybe the auth is working in the web app (ssr:pwa mode) because facebook can determine a Hostname, which is sending requests.
However. We have to answer the question, how to store user settings in an electron app.