<?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: bobbilee</title>
    <description>The latest articles on DEV Community by bobbilee (@bobbilee).</description>
    <link>https://dev.to/bobbilee</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%2F215760%2F5f7b9749-9434-4e2b-9637-6ce7ce26ab10.png</url>
      <title>DEV Community: bobbilee</title>
      <link>https://dev.to/bobbilee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bobbilee"/>
    <language>en</language>
    <item>
      <title>Decentralized Identity in the Real World</title>
      <dc:creator>bobbilee</dc:creator>
      <pubDate>Tue, 29 Aug 2023 14:28:24 +0000</pubDate>
      <link>https://dev.to/tbdevs/decentralized-identity-in-the-real-world-4hfp</link>
      <guid>https://dev.to/tbdevs/decentralized-identity-in-the-real-world-4hfp</guid>
      <description>&lt;p&gt;The concept of Decentralized Identifiers (DIDs) was first proposed in 2015 by Drummond Reed and then became an official &lt;a href="https://www.w3.org/TR/did-core/" rel="noopener noreferrer"&gt;W3C standard&lt;/a&gt; in July of 2022.&lt;/p&gt;

&lt;p&gt;Adoption has grown quite a bit in the last few years. Here are a few ways they are being used today.&lt;/p&gt;

&lt;h2&gt;
  
  
  Employment Verification
&lt;/h2&gt;

&lt;p&gt;LinkedIn recently announced a new free &lt;a href="https://www.theverge.com/2023/4/12/23679998/linkedin-verification-badge-system-clear-microsoft-entra" rel="noopener noreferrer"&gt;verified badge feature&lt;/a&gt; that will be used to prove the validity of your employment, education, and other achievements. “The system is backed by &lt;strong&gt;decentralized identity and a trust model that involves an issuer, a holder, and a verifier&lt;/strong&gt;. Organizations can issue cryptographically signed digital IDs, which employees can then use to prove they work at a company…” &lt;/p&gt;

&lt;p&gt;LinkedIn is  using the Self-Sovereign Identity trust model connecting an employee's DID (Subject) with their employer's DID (Issuer), and LinkedIn as the Verifier of the transaction.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4er5cpusd70n1aqhw135.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4er5cpusd70n1aqhw135.png" alt="SSI Trust Model" width="800" height="370"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As for education verification, LinkedIn users can request that their educational institution issue a &lt;a href="https://www.w3.org/TR/vc-data-model/" rel="noopener noreferrer"&gt;Verifiable Credential&lt;/a&gt; (VC) for their degree or certification. The user can then choose to share the credential with employers or other third parties via LinkedIn, who then verifies the authenticity of the credential using cryptographic proofs.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;DIDs vs VCs: DIDs provide a way to create and manage decentralized identities, whereas VCs provide a way to prove information about those identities in a secure and portable way.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  COVID Digital Health Apps
&lt;/h2&gt;

&lt;p&gt;IBM used VCs as a key component in its &lt;a href="https://www.ibm.com/watson/health/resources/digital-health-pass-blockchain-explained/" rel="noopener noreferrer"&gt;Digital Health Pass&lt;/a&gt; solution to enable individuals to securely and privately present their COVID vaccination status to third parties - such as concert venues and stadium events.&lt;/p&gt;

&lt;p&gt;When an individual needs to prove if they are vaccinated, they can simply present their VC to a verifier (e.g., baseball stadium), who then verifies the authenticity of the credential and the accuracy of the information it contains using cryptographic proofs. &lt;/p&gt;

&lt;p&gt;There are several benefits to DIDs and VCs in this use case including privacy protection, security, and efficiency. This simple interaction now allows individuals to maintain control over their personal health information. For example, all they need to disclose is true/false (vaccinated or not) versus a more detailed health record. &lt;/p&gt;

&lt;p&gt;Overall, the use of VCs and DIDs in the IBM Digital Health Pass provides a secure and privacy-preserving way for individuals to prove their health status, which was essential for enabling safe travel and activities during the COVID-19 pandemic.&lt;/p&gt;

&lt;h2&gt;
  
  
  Social Media
&lt;/h2&gt;

&lt;p&gt;Even social media applications are embracing the use of decentralized identifiers. Bluesky is a new social platform that serves as a reference implementation of the &lt;a href="https://atproto.com/guides/overview" rel="noopener noreferrer"&gt;AT Protocol&lt;/a&gt;, a federated protocol for large-scale social applications. Instead of usernames that are specific to and owned by the application, BlueSky instead uses domain names for identity (e.g. alice.bsky.social). Unbeknownst to most users, these domain names are associated with a DID for the user.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv7bl8p3r9guvcjsa40kd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv7bl8p3r9guvcjsa40kd.png" alt="Bluesky AT Protocol" width="800" height="498"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These persistent DIDs enable users to migrate their account data to any other applications that utilize the AT Protocol - therefore giving users more control and ownership over their content.&lt;/p&gt;

&lt;h2&gt;
  
  
  Future of Decentralized Identity
&lt;/h2&gt;

&lt;p&gt;These companies are embracing the use of decentralized technology for identity management and verification at a massive scale. As this technology continues to mature, we can expect to see more widespread adoption of DIDs in various industries.&lt;/p&gt;

&lt;p&gt;Want to learn more about DIDs and VCs? Check out our &lt;a href="https://developer.tbd.website/docs/web5/learn/decentralized-identifiers" rel="noopener noreferrer"&gt;guide on DIDs&lt;/a&gt;, &lt;a href="https://developer.tbd.website/blog/what-are-verifiable-credentials" rel="noopener noreferrer"&gt;blog post on VCs&lt;/a&gt;, and tutorial to &lt;a href="https://developer.tbd.website/docs/web5/build/decentralized-identifiers/how-to-create-did" rel="noopener noreferrer"&gt;create your own DID&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>web5</category>
      <category>decentralized</category>
      <category>identity</category>
      <category>ssi</category>
    </item>
  </channel>
</rss>
