From 31be432f7a186ae32f18b76b9f5bc4e067945c8b Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 25 Feb 2023 16:35:33 +0000 Subject: [PATCH] Just discovered some bugs in Json. --- TODO.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.txt b/TODO.txt index 3b83bcb..9a7b932 100644 --- a/TODO.txt +++ b/TODO.txt @@ -13,6 +13,9 @@ Milestone: v0.2.0 [ ] Abstract /email/requestToken and /msidsn/requestToken +[ ] Json API + [ ] Trailing commas should not be allowed in arrays and objects + [ ] Fix empty arrays not parsing [~] User login [x] User manipulation functions (so we don't use the DB directly) [x] Refresh tokens