From 03ec4eb8faca90b6384b37206050aef30feec652 Mon Sep 17 00:00:00 2001 From: "Enot (ded) Skelly" Date: Fri, 29 May 2026 10:07:43 -0700 Subject: [PATCH] add payload parsing to roadmap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37f6a7c..63f54a4 100644 --- a/README.md +++ b/README.md @@ -390,6 +390,7 @@ For paginated responses use the generic page wrapper: ### Future +- [ ] Parse decryptable payloads into DB and return with packet details - [ ] Redis caching for stats endpoints - [ ] Admin authentication middleware - [ ] Channel key rotation / multi-key support (scaffolded)