Skip to content

api-evangelist/spruceid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpruceID (spruceid)

SpruceID is a decentralized identity company providing open-source tools and infrastructure for governments and enterprises to issue, verify, and manage digital identity credentials. Their platform supports W3C Verifiable Credentials, Decentralized Identifiers (DIDs), OpenID for Verifiable Credential Issuance (OID4VCI), OpenID for Verifiable Presentations (OID4VP), Sign-In with Ethereum (SIWE), and ISO/IEC 18013-5 mobile driver's licenses (mDL). SpruceID's SpruceKit toolkit enables developers to build wallet apps, credential issuers, and verifier integrations using standards-based identity protocols.

APIs.json: https://raw.githubusercontent.com/api-evangelist/spruceid/refs/heads/main/apis.yml

Tags

  • Decentralized Identity
  • Verifiable Credentials
  • DIDs
  • Sign-In with Ethereum
  • Identity Wallet
  • Government
  • OpenID Connect
  • W3C Standards

Timestamps

  • Created: 2026-06-14
  • Modified: 2026-06-14

APIs

SpruceID DIDKit HTTP API

DIDKit is SpruceID's cross-platform toolkit for working with W3C Decentralized Identifiers (DIDs) and Verifiable Credentials (VCs). The DIDKit HTTP server exposes REST endpoints for issuing, presenting, and verifying verifiable credentials and verifiable presentations using standard cryptographic proofs. It implements the W3C VC API specification and supports multiple DID methods including did:key, did:web, did:ethr, and did:tz. Note: DIDKit HTTP does not include built-in authorization and should be deployed behind a reverse proxy in production.

Tags

  • Verifiable Credentials
  • DIDs
  • W3C VC API
  • Credential Issuance
  • Credential Verification

Properties

SpruceID Sign-In with Ethereum (SIWE) API

Sign-In with Ethereum (SIWE) enables Ethereum accounts to authenticate with off-chain services by signing a standardized message format (EIP-4361). SpruceID's SIWE library provides client and server implementations in TypeScript for integrating Ethereum wallet-based authentication into web applications. The SIWE-OIDC component wraps SIWE in an OpenID Connect Identity Provider, enabling drop-in integration with OAuth 2.0 and OIDC flows. Supported wallets include MetaMask, Coinbase Wallet, and any WalletConnect-compatible wallet. ENS domain resolution is included for human-readable usernames.

Tags

  • Authentication
  • Sign-In with Ethereum
  • SIWE
  • OpenID Connect
  • Ethereum
  • Blockchain Identity

Properties

SpruceID SSI Core Library API

The SpruceID SSI (Self-Sovereign Identity) core library provides a comprehensive Rust API for signing, issuing, and verifying W3C Verifiable Credentials and JSON Web Tokens. It supports VC Data Model 1.1 and 2.0, JWT-VC, Data Integrity proofs, BBS+ selective disclosure, and a wide range of cryptographic signature suites including EdDSA, secp256k1, P-256, and more. The library has undergone a Trail of Bits security audit and serves as the foundation for DIDKit and other SpruceID tooling.

Tags

  • Verifiable Credentials
  • DIDs
  • Cryptography
  • W3C Standards
  • Rust Library
  • JWT
  • Selective Disclosure

Properties

SpruceID OID4VCI Credential Issuance API

SpruceID's OID4VCI (OpenID for Verifiable Credential Issuance) Rust library implements the OpenID4VC credential issuance protocol, enabling credential issuers to deliver W3C Verifiable Credentials to holder wallets. The protocol extends OAuth 2.0 with credential endpoint flows including pre-authorized code flow and authorization code flow. Supported credential formats include JWT-VC, LDP-VC, SD-JWT VC, and ISO/IEC 18013-5 mobile documents (mDL). Used as the issuance layer in the SpruceKit mobile SDK.

Tags

  • Credential Issuance
  • OID4VCI
  • OpenID Connect
  • Verifiable Credentials
  • mDL
  • OAuth 2.0

Properties

SpruceID OID4VP Verifiable Presentations API

SpruceID's OID4VP (OpenID for Verifiable Presentations) Rust library implements the OpenID4VC credential presentation protocol, enabling verifier applications to request and receive verifiable credentials from holder wallets. The library handles presentation definitions, selective disclosure, and cryptographic proof verification. Supported credential formats include JWT-VC, LDP-VC, SD-JWT VC, and ISO/IEC 18013-5 mobile driver's licenses (mDL) for offline presentation. Integrates with SpruceKit mobile SDKs for iOS and Android wallet apps.

Tags

  • Credential Verification
  • OID4VP
  • OpenID Connect
  • Verifiable Presentations
  • mDL
  • Privacy-Preserving

Properties

SpruceID isomdl Mobile Driver's License API

SpruceID's isomdl library provides a Rust implementation of the ISO/IEC 18013-5 standard for mobile driver's licenses (mDL). It enables issuers to create standards-compliant mDL credentials and verifiers to request and validate presentations both online and in offline (proximity) scenarios. The library is integrated into SpruceKit mobile SDKs for iOS and Android, supporting real-world deployment of government-issued digital identity documents.

Tags

  • Mobile Driver's License
  • mDL
  • ISO 18013-5
  • Government Identity
  • Offline Verification

Properties

Common Properties

Maintainers

FN: SpruceID Email: hello@spruceid.com