From 890baa76741b9b3ebb4c60e22ce66c2b14a21658 Mon Sep 17 00:00:00 2001 From: Sangye Ince-Johannsen <sij@sij.law> Date: Sun, 2 Feb 2025 22:59:15 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..af4bbfe --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# hand_of_morpheus + +A FastAPI-based web application that manages Matrix account registration requests for homeservers that do not offer SMTP authentication (like conduwuit). It provides a registration token to users via email, with automatic token rotation and various safety features. \ No newline at end of file