spruceid / ssi

Core library for decentralized identity.
https://spruceid.dev
Apache License 2.0
180 stars 54 forks source link

Token Status List & Bitstring Status List v1.0 #551

Closed timothee-haudebourg closed 4 weeks ago

timothee-haudebourg commented 1 month ago

This PR implements IETF Token Status List and W3C Bitstring Status List v1.0.

timothee-haudebourg commented 1 month ago

it'd be nice to have an enum for the standard status types (VALID, INVALID, SUSPENDED)

I've added const definitions for those standard token status values.