From 0623e6d796556c5dd313f1e6c206bb192a0026dd Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 7 May 2020 22:16:07 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f67946d3..24e9b0ec 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -365,6 +365,7 @@ todo: change trial detection route that client first hits - maybe the route that gets Notifications - because there could be a notificatoin type that doesn't need logged in users for general server down announcements etc +todo: JWT tokens, revoking expiring etc, look at this: https://github.com/ptboyer/restful-api-design-tips#authentication todo: PLANNING session tracking to prevent logging in from multiple devices with same account - right now if I login as same user on another browser the download token becomes invalid on the first computer - so wiki images don't load etc