auth updated routes tested & password is not yet tested

This commit is contained in:
2025-01-29 15:58:42 +03:00
parent a0b1b1bef9
commit f7eedb5ea0
11 changed files with 147 additions and 84 deletions

View File

@@ -29,7 +29,7 @@ class AccessToken(BaseRedisModel):
@property
def count(self):
return 2
return 3
@property
def delimiter(self):