Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do we store local Settings #55

Open
cbleek opened this issue Feb 26, 2020 · 0 comments
Open

How do we store local Settings #55

cbleek opened this issue Feb 26, 2020 · 0 comments
Labels
question Further information is requested

Comments

@cbleek
Copy link
Member

cbleek commented Feb 26, 2020

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

Bildschirmfoto 2020-02-24 um 21 13 20

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.

Bildschirmfoto 2020-02-24 um 21 21 08

However. We have to answer the question, how to store user settings in an electron app.

@cbleek cbleek added the question Further information is requested label Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant