From 9e82ea818a8de4e588ba542a9c43eb0444fb445e Mon Sep 17 00:00:00 2001 From: ramsesfv Date: Tue, 5 Nov 2024 11:53:30 +0100 Subject: [PATCH] Update eth-demls.md --- vac/raw/eth-demls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vac/raw/eth-demls.md b/vac/raw/eth-demls.md index 156b47b..69e4dbc 100644 --- a/vac/raw/eth-demls.md +++ b/vac/raw/eth-demls.md @@ -1118,7 +1118,8 @@ contract GroupManager { #### Interactions -- Session validation: every operation in `GroupManager` requires a valid session from `SimpleLogin`. +- Session validation: every operation in `GroupManager` +requires a valid session from `SimpleLogin`. The `validSession` modifier ensures both session validity and ownership, creating a secure bridge between authentication and group operations. @@ -1166,7 +1167,6 @@ showing how authentication and group operations are integrated. - Member addition proceeds if all checks pass ``` - ## Ethereum-based authentication protocol ### Introduction