Merge pull request #14 from waku-org/waku-2fa

waku 2fa
This commit is contained in:
Guru 2024-03-13 11:36:06 +05:30 committed by GitHub
commit 85885b2ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -227,6 +227,14 @@ The codebases on GitHub are vulnerable to censorship as they are stored and retr
</details>
<details>
<summary><b>2FA with Waku</b></summary>
<br>
Build a decentralized 2FA using Waku and RLN membership sets. RLN can be used to determine membership of a user to a 2FA group and waku can be used to communicate 2FA codes generated.
Need to give more thought as to who will generate 2FAs and how can they be secure i.e the generator should not be aware of the user of the generated code.
</details>
## Interested to contribute?
Do you wish to see your idea listed above? Refer to our [contribution guide](https://github.com/waku-org/ideas/blob/master/CONTRIBUTE.md)