From c0c1dad1c18159da1eba3a4224279f23a0af4533 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Vaidyanathan <62492557+VigneshVSV@users.noreply.github.com> Date: Sat, 19 Oct 2024 23:05:52 +0200 Subject: [PATCH] update things being worked in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a57cf1..ba17085 100644 --- a/README.md +++ b/README.md @@ -341,8 +341,8 @@ Again, please check examples or the code for explanations. Documentation is bein ### Currently being worked - unit tests coverage -- improving accuracy of Thing Descriptions - separation of HTTP protocol specification like URL path and HTTP verbs from the API of properties, actions and events and move their customization completely to the HTTP server +- improving accuracy of Thing Descriptions - cookie credentials for authentication - as a workaround until credentials are supported, use `allowed_clients` argument on HTTP server which restricts access based on remote IP supplied with the HTTP headers. This wont still help you in public networks or modified/non-standard HTTP clients.