From 138c3b6420fedd03dcb441841253ba3fb9e4039e Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Mon, 11 Mar 2024 00:51:47 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 241420b..18f3b22 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,14 @@ $ ./mercureact.phar -c mercureact.conf * [ ] Read config from file * [ ] Security Security Security * [x] Check JWTs on connect - * [ ] Check claims on subscribe and publish + * [x] Check claims on subscribe and publish * [ ] WebSocket authentication * [ ] Extract JWT claims to request attributes, instead of JWTToken * [x] Subscription/Topic manager * [x] Unify distribution * [ ] Enumerate subscriptions and topics * [ ] Publish events -* [ ] Server-Side Events distributor +* [x] Server-Side Events distributor * [x] Distribute events over SSE * [ ] WebSocket distributor * [ ] Setup subscriptions