Open leonbotros opened 3 years ago
I linked the wrong documentation. In the requestor result, there is also a nextSession
, which holds the token to retrieve the next session's result, I think it's not documented anywhere yet.
Documentation is at https://irma.app/docs/chained-sessions/. I will look into this next time I have some time to spend with this project.
https://github.com/tweedegolf/irmars/blob/44f5cafcf35c50fa0463179d4065cfded2313450/src/sessionresult.rs#L67
A new feature of the IRMA server that allows for session chaining also emits a possible
nextSession
field in thesessionResult
, see https://irma.app/docs/irma-protocol/#the-irma-server-s-response.In Rust we could add: