1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Update documentation

This commit is contained in:
Quentin Gliech
2022-02-07 16:10:44 +01:00
parent 26a340d5dc
commit cb24cd095b
7 changed files with 60 additions and 41 deletions

View File

@ -18,14 +18,14 @@ Dump the merged configuration tree.
```console
$ mas-cli config dump --config=first.yaml --config=second.yaml
---
oauth2:
clients:
# ...
```
## `config generate`
Generate a sample configuration file.
It generates random signing keys (`.oauth2.keys`) and the cookie encryption secret (`.cookies.secret`).
It generates random signing keys (`.secrets.keys`) and the cookie encryption secret (`.secrets.encryption`).
```console
$ mas-cli config generate > config.yaml

View File

@ -10,3 +10,7 @@ Register a new user
$ mas-cli manage register johndoe hunter2
INFO mas_cli::manage: User registered user=User { id: 2, username: "johndoe" }
```
## `manage verify-email <username> <email>`
Mark a user email address as verified