zkID Login Doc
  • Guide
    • Introduction
      • Why zkID-Login
      • DID Account Management
      • VC Management
      • Blockchain Connection
    • Basic Concepts
      • DID
        • DID Protocol Main Architecture
        • ZK DID Method
        • DID-Keys
      • VC
        • What are Verifiable Credentials
        • Key roles of VC
        • Core Data Model
    • Architecture
      • zkID Wallet
      • Provider
    • Usage of VC
      • Digest Disclosure
      • Selective Disclosure
      • All Credential Content Disclosure
  • API Reference
    • Provider API
    • Events
    • Errors
    • Using The Provider
  • SDK
    • Introduction
    • Method
      • verifyDidLogin
      • verifyCredentialDigest
      • verifyCredentialContent
  • Getting Started
    • Preliminary Preparation
    • Use Case
      • Login with DID
      • Login with Digest Disclosure
      • Login with Selective Disclosure
Powered by GitBook
On this page
  • Overview
  • Process Flow Diagram
  • Installation

SDK

PreviousUsing The ProviderNextMethod

Last updated 2 years ago

Overview

zCloak login-verify is a SDK provided by zCloak Network and designed to help developers to do verification and authentication.

zCloak login-verify 0.4.1-0 Highlights:

  1. Support verification for DIDLogin

  2. Support verification for Credential Digest Disclosure, Selective Disclosure, All Credential Content Disclosure

Check more coding details on our .

Process Flow Diagram

zCloak login-verify aims to help developers to verify several Return Value of zkID Login Provider. The corresponding relation between are showed in the following figure. More details about what each function do, how the parameters looks like and other information are present in the .

Process Flow Diagram

Installation

yarn add @zcloak/login-verify
Github
Method section