summaryrefslogtreecommitdiff
path: root/yuck.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'yuck.mdwn')
-rw-r--r--yuck.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/yuck.mdwn b/yuck.mdwn
index 352ccd9..67c185a 100644
--- a/yuck.mdwn
+++ b/yuck.mdwn
@@ -290,6 +290,13 @@ be able to support any store that supports the following:
* objects can be search for, based on any field defined below, using
case-independent equality or comparison to a pattern
+The facade will need to store user login session data, such as the
+access and refresh tokens for the user. It will store these in some
+secure manner that prevents them from leaking to an attacker, such as
+in memory only. It may store them (possibly encrypted) in Muck
+instead, if this is needed to allow the facade to be restarted without
+breaking sessions, or to run multiple copies of the facade.
+
### A user
A user resource represents the user. It's object ID is used to