web-security

timo 2018-03-08T08:56:23.000200Z

thanks! that makes sense. So basically when the index.html with the react-app.js is called I would provide a key there as well. In html e.g.?

fbielejec 2018-03-08T11:04:34.000100Z

I would just make an http-request in the entry point of your app and store the public key in the app db (if you use re-frame / redux or a similar framework). Or localstore, that would also be an option.

👍 1