irma 0.0.0

A client library for IRMA, a privacy-friendly identity platform for both authentication and signing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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`](https://github.com/privacybydesign/irmago/tree/master/irma). 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 server` and the [IRMA app]https://github.com/privacybydesign/irma_mobile).
 * ~~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