Skip to content

Commit

Permalink
Update eth-demls.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsesfv committed Nov 5, 2024
1 parent 019708a commit 9e82ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vac/raw/eth-demls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -1166,7 +1167,6 @@ showing how authentication and group operations are integrated.
- Member addition proceeds if all checks pass
```


## Ethereum-based authentication protocol

### Introduction
Expand Down

0 comments on commit 9e82ea8

Please sign in to comment.