CORS with * disables all authentication, and thus breaks our authentication implementation. We could set it for pages that do not require authentication, but that gets a bit more complex pretty fast.
However, maybe a better deal for all of us. We currently don't have a dashboard implementation scheduled yet. But I do want a landing page. So I wouldn't mind including your dashboard implementation in the next firmware release as just the default landing page.
Recommended Posts
robinmdh 100
hi frejete,
All the read information requests should not be locked down or require authentication.
So a pure information page can be done easily.
Changing things about the printer will require authentication though.
We'll want something like this for ourselves as well but then having some login would still be required, we don't want to make an inherently unsecure machine, like some internet of things machines are these days.
Besides that you can even use the username password prompt you get right now with proper authentication data if you want to... (requires some Linux knowledge or python scripting).
your browser can save it for you even if it is some unreadable string...
Link to post
Share on other sites