rjwats

Results 4 issues of rjwats

It would be good to have an abstraction for logging with log levels and an appender registration mechanism. This can help us hide debug messages **Supporting:** - TRACE, DEBUG, INFO,...

JWTs issued by the sign in endpoint are currently perpetually valid (though they can be invalidated by changing the JWT secret). Let's make them have an optional expiry claim and...

Observing OTA events could be useful for suspending services or preparing the device for the firmware update. The simpliest way to provide that feature may be to expose a factory...

We could possibly push the device's status (WiFi/AP/MQTT/NTP etc...) to the UI over WebSockets. This would avoid the polling approach we currently use and if done globally might facilitate a...