-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login Telegram widget #1
Comments
Hi, this is interesting idea, I didn't plan it from the beginning, but I have no problem with adding it. Let me see what I can do. Also all contributions are welcome. Thanks |
Hey, thanks for the reply. I've done something similar to this https://github.com/vchaptsev/vue-telegram-login/tree/master/src , however something is missing and I can't figure it out |
I messed around with it two days ago, and I have an issue defining a global function from a svelte component. I tried using |
Did you try <svelte:window on:loginSuccess={loginSuccess}></ ??? Or maybe you could you share your code or working branch. Maybe i could come up with something |
I just pushed v1.0.0 release including support for login button. Let me know what do you think :) |
Works like a charm. You're the man! Thank you |
Hi there. Thanks for all your work integrating my favorite two tools. Any ways to implement a telegram login widget ?
I am planning to use Telegram in my Svelte app as auth provider.
Best regards
The text was updated successfully, but these errors were encountered: