Api for writing task 2 v1.

This commit is contained in:
Cristiano Ferreira
2023-06-19 23:38:47 +01:00
parent adb07a56ff
commit 48a1197d56
14 changed files with 281 additions and 329 deletions

View File

@@ -0,0 +1,5 @@
import secrets
jwt_secret_key = secrets.token_hex(32)
print(jwt_secret_key)