You've already forked authentication-service
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:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user