mirror of
https://github.com/moda-gov-tw/tw-did.git
synced 2026-01-08 20:28:01 -05:00
fix: added requirement id for reference
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# Feature specifications sourced from /docs/requirements.md
|
||||
# Requirement ID: REQ-01
|
||||
|
||||
Feature: Binding ID to Ethereum Address
|
||||
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
## Final Requirements
|
||||
|
||||
1. Integrate the Ministry of the Interior's TW FidO. After users validate their identities, a wallet address credential suitable for binding on the public blockchain is automatically produced.
|
||||
2. In the event of a lost wallet address, the associated binding can be revoked.
|
||||
3. When a credential gets revoked, users must reapply for a fresh wallet address binding.
|
||||
4. The wallet address credential issued by integrating the TW FidO will be compatible with EVM-based blockchains.
|
||||
5. The implementation must be based on the relevant standards for W3C certificate verification.
|
||||
- **REQ-01**: Integrate the Ministry of the Interior's TW FidO. After users validate their identities, a wallet address credential suitable for binding on the public blockchain is automatically produced.
|
||||
- **REQ-02**: In the event of a lost wallet address, the associated binding can be revoked.
|
||||
- **REQ-03**: When a credential gets revoked, users must reapply for a fresh wallet address binding.
|
||||
- **REQ-04**: The wallet address credential issued by integrating the TW FidO will be compatible with EVM-based blockchains.
|
||||
- **REQ-05**: The implementation must be based on the relevant standards for W3C certificate verification.
|
||||
|
||||
In addition to the original requirements, this project will also implement a credential type based on the Semaphore Zero-Knowledge Proof framework, serving as an enhanced privacy credential solution.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user