docs
This commit is contained in:
@@ -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 } } }"}'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user