[0.9.28] - OAuth/Auth with httpOnly cookie
All checks were successful
Deploy on push / deploy (push) Successful in 4m32s

This commit is contained in:
2025-09-28 12:22:37 +03:00
parent 6451ba7de5
commit fb98a1c6c8
27 changed files with 1449 additions and 2147 deletions

View File

@@ -22,7 +22,7 @@ class MinimalOAuthRequest:
self.query_params = query_params or {}
self.path_params = path_params or {}
self.headers = headers or {"user-agent": "test-agent"}
self.url = "https://v3.dscrs.site/oauth/github/callback"
self.url = "https://v3.discours.io/oauth/github/callback"
self.method = "GET" # ✅ Добавляем method для логирования
self.client = MagicMock()
self.client.host = "127.0.0.1"