docs: improve some READMEs
This commit is contained in:
parent
6f69695758
commit
a4a750b35c
3 changed files with 49 additions and 2 deletions
|
@ -8,8 +8,7 @@ Log into the service.
|
|||
|
||||
```
|
||||
{
|
||||
email?: string; // either email or username must be specified
|
||||
username?: string;
|
||||
username: string;
|
||||
password_hash: string; //should be a base64-encoded SHA-256 hash of the user's client-entered pw
|
||||
totp?: string; // TOTP if configured on account
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue