summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index 144f9a3..d39b006 100644
--- a/README.md
+++ b/README.md
@@ -97,9 +97,3 @@ There are two docker-compose files used for development:
- `auth-server-poc/docker-compose.yml` for the JWT server.
To apply changes, `source env-vars.sh` and do e.g. `docker-compose -f docker/docker-compose-dev.yaml up -d --build collector`.
-
-## JWT mechanics (work in progress)
-
-2021-11-24: Currently no checks except that the JWT is valid are performed when
-adding observations. When retrieving observations, the JWTs "domains" claim is
-used. In auth-server-poc, domains is hard-coded to `["sunet.se"]` as an example.