Add 0002-ayb-config-improvement.md

This commit is contained in:
Sofía Aritz 2023-12-18 09:38:18 +00:00
parent 800e76ef75
commit e515e95ca6

View file

@ -0,0 +1,15 @@
### ayb.toml
```toml
[web]
web_info_url = "https://aybWeb.sofiaritz.com/.well-known/ayb.json"
```
## .well-known/ayb.json
```json
{
"endpoints": {
"profile": "/u/{entity}",
"confirmation": "/auth/confirm/{token}"
}
}
```