use existing auth db method for identifier creation
[squeep-authentication-module] / README.md
index 13d210d54bf24a6e3f6d28af8c0b5098e5208922..c67283e42ee29773b134e27bd12b8b4a745fc5b5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,3 +34,16 @@ Class providing service handler functions for rendering and processing session l
   for local users, or redirecting to IndieAuth server and persisting transient state
   in session cookie.
 - `getAdminIA` interprets the returning redirect from the IndieAuth server.
+
+### Other Notes
+
+The logger used should be able to mask these context fields:
+
+- `ctx.parsedBody.credential`
+- `ctx.parsedBody.credential-old`
+- `ctx.parsedBody.credential-new`
+- `ctx.parsedBody.credential-new-2`
+- `ctx.otpKey`
+- `ctx.otpConfirmBox`
+- `ctx.otpConfirmKey`
+- `ctx.otpState`