![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@kiltprotocol/actors-api
Advanced tools
Data sovereignty and interoperability
This package groups KILT's functionality according to the three most common roles a KILT user may assume:
It is meant to make relevant functionality easily accessible and discoverable.
This section contains functions to request an attestation and to send it to a Verifier (presentation).
requestAttestation
allows you to request an attestation for a claim from an Attester, which returns a message object that can sent off to the Attester and a session object to keep track of the details of the request.
buildCredential
lets you process the Attester's response, comparing it to the original request and building a credential from it.
Finally, createPresentation
allows you to pack a modified copy of your credential in a message, ready to be presented to a Verifier.
This section groups functionality to process incoming attestation requests and to revoke past attestations.
issueAttestation
lets you answer a Claimer's request by attesting to the properties claimed.
This is called after you assessed the contents of the claim and decided to agree.
It triggers a blockchain transactions, so transaction fees will apply.
Issuing an attestation returns a message object (to be sent to the Claimer) and a revocation handle.
If an attestations needs to be revoked, this handle can be passed to revokeAttestation
.
This will also trigger a blockchain transaction.
This section helps Verifiers with requesting the presentation of a valid credential from a Claimer and with processing their submissions.
The class PresentationRequestBuilder
guides you through the process of requesting presentations for one or multiple a credentials from a Claimer.
new PresentationRequestBuilder()
, on which you can call the method requestPresentationForCtype
once for every credential type (CType) you need to receive.
You can also pick selected properties for each credential type which you need to see, allowing the Claimer to blind all other fields.finalize
method, which then produces a request message object and a session object that lets you keep track of your request.verifyPresentation
then takes a Claimer's response and your session object to make sure you received a verifiable (=valid) credential presentation that contains all requested claim types and fields.
This package is work in progress and will be extended and modified to provide future-proof workflows and additional useful features.
FAQs
Unknown package
The npm package @kiltprotocol/actors-api receives a total of 14 weekly downloads. As such, @kiltprotocol/actors-api popularity was classified as not popular.
We found that @kiltprotocol/actors-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.