~tsileo/moi

02f88df366e052424de0167fcb04504e5e66849e — Thomas Sileo 3 years ago 05a6729
Update doc
1 files changed, 4 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +4 -0
@@ 5,6 5,7 @@ _Moi_ is an [IndieAuth](https://www.w3.org/TR/indieauth/) server, built on top o
## Features

 - Use basic auth for authentication
   - Optional WebAuthn support
 - Authorization and token endpoint spec-compliant
 - JSON logs of authentication requests



@@ 26,8 27,11 @@ apps:
     config:
       username: "yourusername"
       password: "yourpassword"
       register_key_enabled: true  # Must be set for registering a security key
```

You can now use `https://yourdomain.tld` as your IndieAuth identity URL.

Authentication requests are available at `https://yourdomain.tld/logs` (authenticated, and in JSON format).

To setup a security key, go to `https://yourdomain.tld/register_key`, and disabled`register_key_enabled` in the config afterwards to prevent adding new ones.