From 0c38e36aba4fa51bb73c18e94bb08fb764a2c394 Mon Sep 17 00:00:00 2001 From: Krombel Date: Fri, 2 Mar 2018 00:41:52 +0100 Subject: [PATCH] describe the new behaviour of the second implementation --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ffa19c..65b3e54 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ This bot provides a two-step-registration for matrix. This is done in several steps: - potential new user registers on a bot-provided side -- bot sends a message to prefined room with a registration notification. +- bot sends a message to predefined room with a registration notification. - users in that room now can approve or decline the registration. -- The bot then uses the registration token to register the user or just drops the registration request. \ No newline at end of file +- When approved + - the bot creates credentials + - sends them to the user + - stores them encrypted in own database + - provides that credentials to [matrix-synapse-rest-auth](https://github.com/kamax-io/matrix-synapse-rest-auth#integrate) which has to be configured to query login.php + +2nd step: Implement the other apis to integrade [mxisd](https://github.com/kamax-io/mxisd/blob/master/docs/backends/rest.md)