From f36f052c9791ee0ee0219eaba0ec2f52b866c8c8 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Thu, 7 Aug 2025 12:27:14 +0700 Subject: [PATCH] Next features preparing: invite confirm and roles grant --- modules/api/auth.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/api/auth.py b/modules/api/auth.py index bde6b0a..712e1b2 100644 --- a/modules/api/auth.py +++ b/modules/api/auth.py @@ -327,6 +327,12 @@ class auth: self.db_main.close() return response + def confirm(self, params): + pass + + def grant(self, params): + pass + def login(self, params): APIADDR = "/api/auth/login" response = {}