ID:777276169
Hi~ all. I’m developing new skill for Yandex App and Yandex Station. I can’t find a way to identify the same user between the App and the Station. My service have a step to sign in our service using id and password. It is not a problem in mobile apps. But, the speaker(Yandex Station) is impossible to input them by user. How do you solve these kind of problem? Please help me :)
I thought about the same problem once, and solution that came to my mind was to select a short-lived one-time password from a set of top-1000 most frequent Russian words. Thus you could connect different user_id's to one user. I didn't try that, though :)