<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: trustdpv-hue</title>
    <description>The latest articles on DEV Community by trustdpv-hue (@trustdpvhue).</description>
    <link>https://dev.to/trustdpvhue</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3891356%2Fd5c2514f-7092-4348-a2bc-7627aef7130d.png</url>
      <title>DEV Community: trustdpv-hue</title>
      <link>https://dev.to/trustdpvhue</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/trustdpvhue"/>
    <language>en</language>
    <item>
      <title>Portable Trust Scores: How TrustDPV Verifies Online Identity Without a Central Authority</title>
      <dc:creator>trustdpv-hue</dc:creator>
      <pubDate>Tue, 21 Apr 2026 21:23:25 +0000</pubDate>
      <link>https://dev.to/trustdpvhue/portable-trust-scores-how-trustdpv-verifies-online-identity-without-a-central-authority-11n7</link>
      <guid>https://dev.to/trustdpvhue/portable-trust-scores-how-trustdpv-verifies-online-identity-without-a-central-authority-11n7</guid>
      <description>&lt;p&gt;Every online platform reinvents trust from scratch. eBay has feedback scores. Upwork has job success ratings. Reddit has karma. But none of them talk to each other.&lt;/p&gt;

&lt;p&gt;If you're a great seller on eBay with 500 positive reviews and you join Facebook Marketplace, you're a nobody. Start from zero. Hope someone trusts you enough to give you a chance.&lt;/p&gt;

&lt;p&gt;That's the problem TrustDPV solves.&lt;/p&gt;

&lt;p&gt;The concept&lt;/p&gt;

&lt;p&gt;TrustDPV gives you a portable trust profile. You connect accounts you already have - GitHub, Google, Discord, LinkedIn, WordPress, GitLab - and we verify that you actually own them. Other verified users can endorse you. The result is a Trust Score from 0 to 1000 that follows you wherever you go.&lt;/p&gt;

&lt;p&gt;One link. One badge. One score.&lt;/p&gt;

&lt;p&gt;Check it out: trustdpv.com&lt;/p&gt;

&lt;p&gt;How the Trust Score works&lt;/p&gt;

&lt;p&gt;The scoring is fully transparent. No black box:&lt;/p&gt;

&lt;p&gt;• Name (25 pts) - Providing your real name&lt;br&gt;
• Bio (15 pts) - Writing a profile description&lt;br&gt;
• Verified platforms (100 pts each, up to 600) - Connecting and verifying real accounts&lt;br&gt;
• Endorsements (up to 200 pts) - Other verified users vouching for you&lt;br&gt;
• Account age (up to 60 pts) - How long you've been on TrustDPV&lt;/p&gt;

&lt;p&gt;The maximum possible score today is 1000. If we add more platforms, the ceiling grows.&lt;/p&gt;

&lt;p&gt;The verification process&lt;/p&gt;

&lt;p&gt;When you connect a platform, we use OAuth to verify you own that account. No password sharing. We never see your credentials. For LinkedIn, we only display "LinkedIn verified" - no personal details exposed. Privacy by design.&lt;/p&gt;

&lt;p&gt;For developers&lt;/p&gt;

&lt;p&gt;TrustDPV has a free API (60 requests/min) with:&lt;/p&gt;

&lt;p&gt;• Verification endpoint - check if a user is verified and their trust score&lt;br&gt;
• Profile endpoint - full public profile data&lt;br&gt;
• Batch verification - verify up to 50 users at once&lt;br&gt;
• Embeddable widget - drop a trust badge on any site with one line of JS&lt;br&gt;
• Webhooks - real-time notifications for trust score changes&lt;br&gt;
• SDKs - JavaScript (npm) and PHP (Composer)&lt;/p&gt;

&lt;p&gt;const TrustDPV = require('trustdpv');&lt;br&gt;
const tdpv = new TrustDPV({ apiKey: 'your_key_here' });&lt;/p&gt;

&lt;p&gt;const result = await tdpv.verify('username');&lt;br&gt;
// { valid: true, trust_score: 660, verified: true }&lt;/p&gt;

&lt;p&gt;The static SVG badge works in emails, forums, and marketplace listings - anywhere that supports images.&lt;/p&gt;

&lt;p&gt;Trust Score&lt;/p&gt;

&lt;p&gt;Why this matters&lt;/p&gt;

&lt;p&gt;Trust shouldn't be owned by platforms. It should be portable. Your reputation should follow you, not the company you're selling on.&lt;/p&gt;

&lt;p&gt;Docs: trustdpv.com/developers&lt;/p&gt;

&lt;p&gt;Feedback welcome.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>security</category>
      <category>api</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
