mirror of
https://github.com/vacp2p/rfc-index.git
synced 2026-01-08 23:28:15 -05:00
Update eth-demls.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user