Next features preparing: invite confirm and roles grant
This commit is contained in:
parent
1c16184bfe
commit
f36f052c97
@ -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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user