You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DIDMethods.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
# DID methods in ACA-Py
1
+
# DID Methods in ACA-Py
2
+
2
3
Decentralized Identifiers, or DIDs, are URIs that point to documents that describe cryptographic primitives and protocols used in decentralized identity management.
3
4
DIDs include methods that describe where and how documents can be retrieved.
4
5
DID methods support specific types of keys and may or may not require the holder to specify the DID itself.
@@ -8,11 +9,12 @@ ACA-Py provides a `DIDMethods` registry holding all the DID methods supported fo
8
9
> :warning: Askar and InMemory are the only wallets supporting this registry.
9
10
10
11
## Registering a DID method
12
+
11
13
By default, ACA-Py supports `did:key` and `did:sov`.
12
-
Plugins can register DID additional methods to make them available to holders.
14
+
Plugins can register DID additional methods to make them available to holders.
13
15
Here's a snippet adding support for `did:web` to the registry from a plugin `setup` method.
0 commit comments