Clean project: remove test files, debug logs, and add documentation
This commit is contained in:
@@ -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)")
|
||||
|
||||
Reference in New Issue
Block a user