diff --git a/0002-ayb-config-improvement.md b/0002-ayb-config-improvement.md new file mode 100644 index 0000000..7383d9c --- /dev/null +++ b/0002-ayb-config-improvement.md @@ -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}" + } +} +``` \ No newline at end of file