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
* implement integrations with different verifiable credentials singing services, such as `SpruceID's didkit-python`_, `DCC's sign-and-verify`_, and other open-source and proprietary solutions.
63
+
* implement integrations with different verifiable credentials signing services, such as `SpruceID's didkit-python`_, `DCC's sign-and-verify`_, and other open-source and proprietary solutions.
64
64
65
-
* issue credentials directly to different mobile and web digital credentials wallets, such as `DCC's Learner Credentials Wallet (LCW)`_,
66
-
and `MATTR wallet`_
65
+
* issue credentials directly to different mobile and web digital credentials wallets, such as `DCC's Learner Credentials Wallet (LCW)`_.
67
66
68
-
In addition to the new application, it was decided to implement three initial backends to:
67
+
In addition to the new application, it was decided to implement three initial issuing and composition backends to:
69
68
70
-
* transform user credentials stored in the Credentials Service to `JSON-LD`_ according to `Open Badges v3.0`_ specification;
69
+
* transform user credentials as programs certificates, that are stored in the Credentials Service to `JSON-LD`_ according to `Open Badges v3.0`_ specification;
* sing verifiable credentials with the library `didkit-python`_, the python bindings for the open-source Rust-based `DIDKit`_ library maintained by SpruceID.
73
+
* sign verifiable credentials with the library `didkit-python`_, the python bindings for the open-source Rust-based `DIDKit`_ library maintained by SpruceID.
75
74
76
75
We want to focus on the implementation of issuing the program certificates in the form of verifiable credentials,
77
76
and eventually support other credentials types that are available in the Credentials Service as well.
78
77
79
-
The issuer configuration should be set on the site or organization level. Administrator should have an option to enable verifiable credentials generation for some user credentials instances, and disable it for others.
78
+
The issuer configuration would be set on the site or organization level. Administrator would have an option to enable verifiable credentials generation for some user credentials instances, and disable it for others.
80
79
81
80
Learners will see the list of all earned credentials that can be issued in a form of the verifiable credentials upon learners' request.
0 commit comments