From 7b4019e384e231f8c1c14e15eace38f6e4b1d75a Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Fri, 10 Jan 2025 14:44:38 +0100 Subject: [PATCH] Apply suggestions from code review --- docs/STORAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/STORAGE.md b/docs/STORAGE.md index c822c64f..66b38f52 100644 --- a/docs/STORAGE.md +++ b/docs/STORAGE.md @@ -155,6 +155,6 @@ For a complete list of the MongoDB configuration parameters, see [README.SATOSA. | `creation_date` | Creation date of the session. | | `state` | A unique identifier used to identify a session even among different devices. | | `session_id` | Session id. Used to identify cross device flows. | -| `remote_flow_typ` | A string value specifying the holder authentication flow, same device or cross device | +| `remote_flow_typ`| A string value specifying the holder authentication flow, same device or cross device | | `finalized` | A boolean value which indicates if the session is finilazed or not (user scanned the QR Code or used the redirect link). | | `internal_response` | The object containing the personal data, `null` until login. |