From 9d061fbba376156d0abf71c47f1503f84611101e Mon Sep 17 00:00:00 2001 From: Den Afanasyev Date: Tue, 24 Dec 2024 01:36:31 +0300 Subject: [PATCH] Introduce Matrix Authentication Service --- public/.well-known/matrix/client | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client index 9fd9093..25b5ca4 100644 --- a/public/.well-known/matrix/client +++ b/public/.well-known/matrix/client @@ -1,5 +1,9 @@ { "m.homeserver": { "base_url": "https://matrix.app.0x08.in" + }, + "org.matrix.msc2965.authentication": { + "issuer": "https://matrix.app.0x08.in/auth/", + "account": "https://matrix.app.0x08.in/auth/account" } }