impierce / openid4vc

Rust implementation of the OpenID4VC standards. The library will offer implementations for SIOPv2, OpenID4VP and OpenID4VCI.
https://www.impierce.com
Apache License 2.0
28 stars 3 forks source link

Add `const` strings for supported OpenID4VC standard versions #77

Open nanderstabel opened 1 month ago

nanderstabel commented 1 month ago

Description

As title.

These const values can be used downstream to keep track of the OpenID4VC standard versions that this library supports.

Motivation

Easier and automatic tracking of protocol versions.

Resources

n/a

To-do List

JelleMillenaar commented 1 month ago

Make it an array so we can also support multiple versions ;)