Closed kjlippold closed 9 months ago
Attempt to query a sensor or observed property by ID using the SensorThings API without authentication.
Individual observed properties and sensors should be able to be queried by anonymous users.
Owned observed properties and sensors return a 404 error if the user isn't signed in.
No response
https://github.com/hydroserver2/hydroserver-webapp-back/pull/172
Steps to Reproduce
Attempt to query a sensor or observed property by ID using the SensorThings API without authentication.
Expected Behavior
Individual observed properties and sensors should be able to be queried by anonymous users.
Actual Behavior
Owned observed properties and sensors return a 404 error if the user isn't signed in.
Any additional comments?
No response