spruceid / isomdl

5 stars 6 forks source link

Manage state for a request in reader #65

Open justAnIdentity opened 11 months ago

justAnIdentity commented 11 months ago

Consider adding a new struct in crate::presentation::reader that manages the state for a single request. The could for example communicate to the caller: "of the data elements that were requested, which were returned" or "status of response w.r.t. successful decryption/authentication/session termination etc.".

Depending on appetite