docs: improve some READMEs

This commit is contained in:
Andy Burke 2025-06-24 16:25:07 -07:00
parent 6f69695758
commit a4a750b35c
3 changed files with 49 additions and 2 deletions

View file

@ -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
}