Manual Entering of Evotor Access Token as Main Connect Option #2

Closed
opened 2026-03-10 12:59:15 +03:00 by mish · 1 comment
Owner

https://evosync.ru/evotor offers "Переподключить" semi automatic option for establishing connection with evotor api. This option is not working properly, because user finally has to enter token manually.

Need to leave only one connect option – manual entering of access token.

  • add clear instruction how to obtain access token (install, configure the app etc.), add direct link to evotor app.
  • open evotor link in another tab
https://evosync.ru/evotor offers "Переподключить" semi automatic option for establishing connection with evotor api. This option is not working properly, because user finally has to enter token manually. Need to leave only one connect option – manual entering of access token. * add clear instruction how to obtain access token (install, configure the app etc.), add direct link to evotor app. * open evotor link in another tab
mish closed this issue 2026-03-10 13:01:15 +03:00
Author
Owner

Реализовано в коммите 00b74b8.

Что сделано:

  • Удалена кнопка «Переподключить» и связанный полуавтоматический флоу (/evotor/connect, /evotor/link)
  • Ручной ввод токена стал единственным способом подключения
  • Добавлена пошаговая инструкция: установить приложение → перейти в настройки → скопировать токен
  • Ссылка на приложение в магазине Эвотор открывается в новой вкладке (target="_blank")
  • Webhook-endpoint (/evotor/callback) сохранён — он нужен для приёма токенов от Эвотор
Реализовано в коммите `00b74b8`. **Что сделано:** - Удалена кнопка «Переподключить» и связанный полуавтоматический флоу (`/evotor/connect`, `/evotor/link`) - Ручной ввод токена стал единственным способом подключения - Добавлена пошаговая инструкция: установить приложение → перейти в настройки → скопировать токен - Ссылка на приложение в магазине Эвотор открывается в новой вкладке (`target="_blank"`) - Webhook-endpoint (`/evotor/callback`) сохранён — он нужен для приёма токенов от Эвотор
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mish/evo-sync#2