Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library should have better interfaces for properties that are required and always present in SD-JWT vcs #26

Open
TimoGlastra opened this issue Jan 16, 2024 · 0 comments

Comments

@TimoGlastra
Copy link
Contributor

E.g. payload for SD-JWT VC MUST include vct and some other properties. So that means:

  • the input payload must have the property
  • and after validation (that checks if vct is present) the property should also be there

currently almost all interfaces are types as Record<string, unknown> for the header and payload, which makes the library API less nice to work with

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant