Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.12 KB

File metadata and controls

11 lines (6 loc) · 1.12 KB

This library is still under development, and interfaces may or may not be stable. Use at your own peril

This crate provides a rust wrapper around the irma server rest API. It can be used to interface with an irma server for disclosure, signatures and issuance. Although its concept is inspired by the original irma crate (https://github.com/Wassasin/irmars) it was constructed from the ground up to provide a consistent interface with support for all of the major session types.

For documentation on the IRMA ecosystem, see the IRMA documentation

Chained sessions

ExtendedIrmaRequest supports chained (next) sessions: set a follow-up requestor URL with .next_session(url) (serialized as nextSession), and the server starts the linked session immediately after the current one succeeds.

When using chained sessions in production, run an irmago server of at least v0.19.0. That release ships GHSA-pv8v-c99h-c5q4, which tightens permission handling for next-session requests.