token-status-list-verification-details

Verify Token Status Lists in JWT or CWT formats with validation rules.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/sourcelabbg/eudi-knowledge --skill token-status-list-verification-details
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: token-status-list-verification-details
Source: https://github.com/sourcelabbg/eudi-knowledge/tree/main/.ai/skills/token-status-list-verification-details
Command: npx skills add https://github.com/sourcelabbg/eudi-knowledge --skill token-status-list-verification-details

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides detailed guidance on how to implement the verification of Token Status Lists, ensuring the integrity and validity of tokens within a system.

Core Features & Use Cases

  • Status List Request & Response Handling: Understand how to request and interpret Status List Tokens in JWT or CWT formats.
  • Validation Rules: Implement comprehensive checks for token validity, including signature, expiration, and claim adherence.
  • Historical Resolution: Learn how to query for historical token status information.
  • Use Case: A relying party needs to verify the current status of a presented token against a dynamic status list. This skill guides the relying party through the entire process, from requesting the status list to validating its contents and determining the token's validity.

Quick Start

Use the token-status-list-verification-details skill to understand how to validate a received token's status.

Frequently Asked Questions about token-status-list-verification-details

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify token status lists for EUDI Wallet compliance?▼

To verify token status lists for EUDI Wallet compliance, request the Status List Token in JWT or CWT format, validate signatures and expiration, and apply specific claim validations outlined in the ARF specification.

What validation rules are required for JWT and CWT status list tokens?▼

JWT and CWT status list tokens require comprehensive validation checks for signature authenticity, expiration status, and strict claim adherence to ensure token integrity within the EUDI Wallet framework.

How can I retrieve historical token status information for a presented credential?▼

Historical token status information retrieval involves querying the status list endpoint with specific parameters to fetch past token validity states, enabling relying parties to audit dynamic status changes over time.

How should a relying party handle status list request and response formats?▼

A relying party handles status list request and response formats by constructing proper requests for Status List Tokens and interpreting the returned JWT or CWT structures to determine individual token validity.

Does EUDI Wallet token verification require both Holder and Relying Party implementations?▼

EUDI Wallet token verification requires technical implementation for both Relying Parties and Holders to ensure token integrity, with each party adhering to JWT and CWT standards for status list validation.