Update readme

This commit is contained in:
Chris 2024-03-11 00:51:47 +01:00
parent 6184e300bc
commit 138c3b6420
1 changed files with 2 additions and 2 deletions

View File

@ -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