Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Kai Jan Kriegel 2022-05-23 21:18:39 +02:00
commit d8150becf0

View File

@ -5,12 +5,13 @@ Using the cards requires a configured instance of the [fabfire adapter](https://
# Usage # Usage
## Provisioning ## Provisioning
```shell 1. Run the following command while replaceing `--space`, `--instance` and `--contact` with your own values and setting `--token` to the users username:
cargo run -- --space "innovisionlab" --instance fabaccess.innovisionlab.de --contact https://innovisionlab.de/lostandfound --token "Testuser" ```shell
``` cargo run -- --space "innovisionlab" --instance fabaccess.innovisionlab.de --contact https://innovisionlab.de/lostandfound --token "Testuser"
1. Replace `--space`, `--instance` and `--contact` with your own values. ```
2. Set `--token` to the users username. You can supply your own keys and Application ID with the appropriate cmdline arguments, view `--help` for more information.
You can supply your own keys and Application ID with the appropriate cmdline arguments, view `--help` for more information.
3. Add the provided `cardkey` from the output to the users entry in users.toml
## Formating Card ## Formating Card
```shell ```shell