ALL >> Web-Design >> View Article
Vue 3 Telegram Login
Installation
You've to run this command to install it with npm:
$ npm i vue3-telegram-login --save
Usage
Next, You've to Import telegram-login-temp, pass it to the component, and then you can utilize it in your template.
Loading...
import { telegramLoginTemp } from 'vue3-telegram-login'
import { ref } from 'vue'
const isLoaded = ref(false)
function telegramLoadedCallbackFunc () {
console.log('script is loaded')
isLoaded.value = true
}
function yourCallbackFunction (user) {
// gets user as an input
// id, first_name, last_name, username,
// photo_url, auth_date and hash
console.log(user)
}
Closing Notes
You need to set the domain to your bot if you want to use Telegram Login (/setdomain command to @BotFather)
You've to validate the authentication and the integrity of the data received by correlating the received hash parameter with the hexadecimal representation of the HMAC-SHA-256 signature of the data-check-string with the SHA256 hash of the bot's token utilized as a secret key (source).
You can observe some code samples on this page.
Don't disable third party cookies if you want to use Telegram Login as a User (thanks @robverhoef )
Add Comment
Web Design Articles
1. Top Security Features Every E-commerce Website Must Have In 2025Author: Aimbeat Insights
2. How Event Management Is Evolving With Technology?
Author: Andy
3. Unlock The Dynamic Benefits Of Website Designing
Author: Liam Mackie
4. Website Design Company In Coimbatore | Pg Softwares
Author: pgsoftwares
5. Your Partner For High-impact Web Design In Dubai
Author: Tequila Branding & Web Agency Dubai
6. Elevate Your Online Presence With Thinkersfolk’s Web Development Services
Author: Thinkers Folk
7. Elevate Your Brand With Expert Social Media Marketing And Website Design Services In Pune
Author: digitaldoraemon
8. How Ai Is Transforming Software Testing And Qa For Faster Smarter Development
Author: Creamerz Soft
9. How Ai And Automation Are Transforming Modern Web Development
Author: Aimbeat Insights
10. Using Codeigniter For Event Management: Advantages And Challenges
Author: Andy
11. Improve Business Sales With Website Designing Services
Author: Liam Mackie
12. Why Search Engine Optimisation Is Considered A Top Choice For Marketing
Author: Liam Mackie
13. Professional Web Development Services In Hyderabad
Author: Santhoshi
14. Local Professional E-commerce Website Design And Seo In Abridge And Alresford
Author: Vikram kumar
15. Website Design Company In India
Author: sanjay mark






