This commit is contained in:
2025-09-29 17:57:45 +03:00
parent 9b284852e9
commit 1e9a6a07c1
3 changed files with 15 additions and 15 deletions

View File

@@ -252,10 +252,10 @@ REDIS_URL=redis://localhost:6379/0
### Быстрая проверка
```bash
# Проверка OAuth провайдеров
curl https://your-domain.com/oauth/google
curl https://v3.discours.io/oauth/google
# Проверка сессии
curl -b "session_token=your_token" https://your-domain.com/graphql \
curl -b "session_token=your_token" https://v3.discours.io/graphql \
-d '{"query":"query { getSession { success author { id } } }"}'
```