Clean project: remove test files, debug logs, and add documentation

This commit is contained in:
dahoud
2025-10-05 13:41:33 +00:00
parent 96a17eadbd
commit 291847924c
438 changed files with 65754 additions and 32713 deletions

View File

@@ -82,7 +82,7 @@ class ClientRedirectFixer:
"redirectUris": [
"http://localhost:*",
"http://127.0.0.1:*",
"http://192.168.1.145:*",
"http://192.168.1.11:*",
"unionflow://oauth/callback",
"unionflow://login",
"com.unionflow.mobile://oauth",
@@ -91,7 +91,7 @@ class ClientRedirectFixer:
"webOrigins": [
"http://localhost",
"http://127.0.0.1",
"http://192.168.1.145",
"http://192.168.1.11",
"+"
],
"notBefore": 0,
@@ -246,7 +246,7 @@ class ClientRedirectFixer:
print("📱 REDIRECT URIs CONFIGURÉES :")
print(" • http://localhost:* (pour tests locaux)")
print(" • http://127.0.0.1:* (pour tests locaux)")
print(" • http://192.168.1.145:* (pour votre réseau)")
print(" • http://192.168.1.11:* (pour votre réseau)")
print(" • unionflow://oauth/callback (pour l'app mobile)")
print(" • unionflow://login (pour l'app mobile)")
print(" • com.unionflow.mobile://oauth (pour l'app mobile)")