# OAuth refactoring code

* refactors code
This commit is contained in:
2024-04-29 12:27:07 +02:00
parent 94b7f3ad70
commit f135008447
2 changed files with 69 additions and 54 deletions
+3 -1
View File
@@ -19,4 +19,6 @@ OAUTH_CODE_VERIFIER = ''.join(
random.choice(
string.ascii_uppercase + string.digits
) for _ in range(random.randint(43, 128))
)
)
OAUTH_CLIENT_ID = "CHANGE_ME"
OAUTH_CLIENT_SECRET = "CHANGE_ME"