Previously when requesting multiple credentials from a credential issuer the flow we used is that every credential response contained a new nonce for the next request.
With the new nonce endpoint that doesn't seem possible, so for a server/wallet perspective on implementation I'm curious when you want to request issuance of say 5 different credentials types (so 5 requests to credential endpoint), would you do:
request nonce 5x, request credential 5x
request nonce 1x, request credential 5x
In this case all credentials would be requested within the nonces active timeframe (so not expired). Is it ok for the "number used once" to be used for multiple requests?
Previously when requesting multiple credentials from a credential issuer the flow we used is that every credential response contained a new nonce for the next request.
With the new nonce endpoint that doesn't seem possible, so for a server/wallet perspective on implementation I'm curious when you want to request issuance of say 5 different credentials types (so 5 requests to credential endpoint), would you do:
In this case all credentials would be requested within the nonces active timeframe (so not expired). Is it ok for the "number used once" to be used for multiple requests?