Update readme

This commit is contained in:
Chris 2024-03-11 00:51:47 +01:00
parent 6184e300bc
commit 138c3b6420

View File

@ -37,14 +37,14 @@ $ ./mercureact.phar -c mercureact.conf
* [ ] Read config from file * [ ] Read config from file
* [ ] Security Security Security * [ ] Security Security Security
* [x] Check JWTs on connect * [x] Check JWTs on connect
* [ ] Check claims on subscribe and publish * [x] Check claims on subscribe and publish
* [ ] WebSocket authentication * [ ] WebSocket authentication
* [ ] Extract JWT claims to request attributes, instead of JWTToken * [ ] Extract JWT claims to request attributes, instead of JWTToken
* [x] Subscription/Topic manager * [x] Subscription/Topic manager
* [x] Unify distribution * [x] Unify distribution
* [ ] Enumerate subscriptions and topics * [ ] Enumerate subscriptions and topics
* [ ] Publish events * [ ] Publish events
* [ ] Server-Side Events distributor * [x] Server-Side Events distributor
* [x] Distribute events over SSE * [x] Distribute events over SSE
* [ ] WebSocket distributor * [ ] WebSocket distributor
* [ ] Setup subscriptions * [ ] Setup subscriptions