Api for writing task 2 v1.
This commit is contained in:
5
helper/generate_jwt_secret.py
Normal file
5
helper/generate_jwt_secret.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import secrets
|
||||
|
||||
jwt_secret_key = secrets.token_hex(32)
|
||||
|
||||
print(jwt_secret_key)
|
||||
Reference in New Issue
Block a user