From 5858f8a179a7f8d0b88949adb14d9d3868f8ca1b Mon Sep 17 00:00:00 2001 From: Luciano Lupo Date: Tue, 21 Oct 2025 19:49:12 -0300 Subject: [PATCH] docs(website): added Bring ID data to projects list re #1001 --- apps/website/src/data/projects.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/website/src/data/projects.json b/apps/website/src/data/projects.json index dd026b20d..9d048abe3 100644 --- a/apps/website/src/data/projects.json +++ b/apps/website/src/data/projects.json @@ -596,5 +596,16 @@ "links": { "website": "https://poll.cc" } + }, + { + "name": "BringID", + "tagline": "Privacy-preserving proof of humanity using verifiable Internet credentials", + "categories": ["Identity", "Authenticity", "Trust"], + "pse": false, + "icon": "", + "links": { + "website": "https://www.bringid.org", + "github": "https://github.com/BringID/whitepaper" + } } ]