SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
150 stars 81 forks source link

Fix SK access token validity checking #559

Closed mairas closed 2 years ago

mairas commented 2 years ago

The previous SK server endpoint for testing the SK access token validity didn't work, resulting in the device no longer being able to connect to the server if the access token was invalidated on the server.

The validity checking endpoint at the server is not implemented, but I found out that the websocket stream endpoint works for this purpose, at least somewhat.

Some related SK server issues:

Fixes #552.