Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pascaldekloe/did
W3C Decentralized Identifiers library
https://github.com/pascaldekloe/did
Last synced: about 1 month ago
JSON representation
W3C Decentralized Identifiers library
- Host: GitHub
- URL: https://github.com/pascaldekloe/did
- Owner: pascaldekloe
- License: cc0-1.0
- Created: 2022-10-06T16:35:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T20:51:13.000Z (over 1 year ago)
- Last Synced: 2024-06-20T15:56:25.028Z (5 months ago)
- Language: Go
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![API Documentation](https://godoc.org/github.com/pascaldekloe/did?status.svg)](https://godoc.org/github.com/pascaldekloe/did)
[![Build Status](https://github.com/pascaldekloe/did/actions/workflows/go.yml/badge.svg)](https://github.com/pascaldekloe/did/actions/workflows/go.yml)## About
“Decentralized identifiers (DIDs) are a new type of identifier that enables
verifiable, decentralized digital identity. A DID refers to any subject (e.g., a
person, organization, thing, data model, abstract entity, etc.) as determined by
the controller of the DID. In contrast to typical, federated identifiers, DIDs
have been designed so that they may be decoupled from centralized registries,
identity providers, and certificate authorities.”The implementation fully covers [W3C's standard](https://www.w3.org/TR/did-core)
without any third party libraries. Developers can follow their own preference
for technologies such as JWK or multibase if needed.This is free and unencumbered software released into the
[public domain](https://creativecommons.org/publicdomain/zero/1.0).