This commit is contained in:
Q
2023-08-19 11:35:11 +03:00
commit aa6a1d2373
16 changed files with 797 additions and 0 deletions

5
code/utils/crypt.py Normal file
View File

@@ -0,0 +1,5 @@
import secrets
def random_token():
return secrets.token_urlsafe(8)