Update eth-demls.md

This commit is contained in:
ramsesfv
2024-11-05 11:53:30 +01:00
parent 019708a34d
commit 9e82ea818a

View File

@@ -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