nuts-foundation / nuts-node

The reference implementation of the Nuts specification. A decentralized identity network based on the w3c ssi concepts with practical functionality for the healthcare domain.
https://nuts-foundation.gitbook.io
GNU General Public License v3.0
25 stars 16 forks source link

Persist credential issuer offers and support retry of delivery #2039

Closed reinkrul closed 10 months ago

reinkrul commented 1 year ago

We need to store the OpenID4VCI issuance of credentials.

Things we need to store:

reinkrul commented 1 year ago

Entity Relationship Diagram of things to store and configure:

erd

woutslakhorst commented 1 year ago

where would the relation with the pre-auth code be stored? (short lived)

woutslakhorst commented 1 year ago

Make sure to refresh the pre-auth token on retry

woutslakhorst commented 1 year ago

persistence and guaranteed delivery is for phase 2

reinkrul commented 10 months ago

server-to-server OpenID4VCI will be removed