Not so long ago most browsers banned third-party cookies, which broke my Telegram user authorisation flow. For example, with Prevent cross-site tracking option enabled (by default), after authorising the login in Telegram window nothing happens on my site (the request to telegram OAuth fails with NOT_AUTHORIZED reason). Turning off cross-site tracking in my browser works, but it's non-trivial for my site's visitors.
Is there any possible way to overcome with issue with Telegram login widget on newer browsers?