Skip to content

Commit

Permalink
New AuthFlow TuumTech (#792)
Browse files Browse the repository at this point in the history
Closes: #793

---------

Co-authored-by: Christian Montoya <[email protected]>
Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent cdd55fe commit fd1ff55
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,37 @@
}
}
},
"npm:@tuum-tech/authflow-snap": {
"id": "npm:@tuum-tech/authflow-snap",
"metadata": {
"name": "AuthFlow",
"author": {
"name": "Tuum Technologies",
"website": "https://www.tuum.tech/"
},
"website": "https://www.tuum.tech/identify",
"summary": "AuthFlow is a credential management Snap for both basic and verifiable credentials.",
"description": "AuthFlow manages both basic and verifiable credentials, and requires that Identify Snap is installed as a pre-requisite. There are two entry points, the homepage UI and the JSON-RPC API.\n\nVia the Snap homepage: \n- Store basic credentials - 'Store New Passwords'\n- Delete a basic credential - 'Delete Single Password'\n- Delete all basic credentials - 'Delete All Passwords'\n- Display basic credentials - 'Show All Passwords'\n- Display verifiable credentials - 'Get All Verifiable Credentials'\n- Delete all stored verifiable credentials - 'Delete All Verifiable Credentials'\n- Delete a single verifiable credential - 'Delete One Verifiable Credential'\n- Rename a verifiable credential with a friendly name - 'Rename Verifiable Credential'\n- Create a verifiable presentation with a comma separated list of verifiable credential names - 'Create Verifiable Presentation'\n- Create a sample verifiable credential - 'Create Sample Verifiable Credential'\n- Sync AuthFlow and Identify records of verifiable credentials - 'Sync With Identify'\n\nVia the JSON-RPC API\n- Send a basic credential to a dapp given a friendly name as input - 'getBasicCreds'\n- Send a verifiable credential to a dapp given a friendly name as input - 'getVerifiableCreds'\n- Create a verifiable presentation from a comma separated list of verifiable credentials and send to a dapp - 'Create Verifiable Presentation'",
"audits": [
{
"auditor": "Cure53",
"report": "https://cure53.de/pentest-report_tuum-auth-snap.pdf"
}
],
"category": "interoperability",
"support": {
"contact": "https://discord.gg/BsDqX3fhq4",
"faq": "https://github.com/tuum-tech/authflow-snap/wiki/FAQ",
"knowledgeBase": "https://github.com/tuum-tech/authflow-snap/wiki"
},
"sourceCode": "https://github.com/tuum-tech/authflow-snap"
},
"versions": {
"0.1.1": {
"checksum": "4kTm+RM8bwCfpZTF5S1PntkcQkoH+egfoUj/KiQsKjY="
}
}
},
"npm:blockfence-insights": {
"id": "npm:blockfence-insights",
"metadata": {
Expand Down

0 comments on commit fd1ff55

Please sign in to comment.