irmars
This library is still in development. Do not use it yet.
irmars is a Rust client of the RESTful JSON API offered by the irma server. It allows you to use the irma server to:
- Verify IRMA attributes. You specify which attributes, the library handles the user interaction and the communication with the
irma serverand the IRMA app). Issue IRMA attributes.Create IMRA attribute-based signatures: signature on a string to which IRMA attributes are verifiably attached.
It does not yet support the various JWT authentication methods.
Documentation
Technical documentation of irmars can be found by running the following:
cargo doc --open