Add 0002-ayb-config-improvement.md
This commit is contained in:
parent
800e76ef75
commit
e515e95ca6
1 changed files with 15 additions and 0 deletions
15
0002-ayb-config-improvement.md
Normal file
15
0002-ayb-config-improvement.md
Normal 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}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in a new issue