vchaptsev / vue-telegram-login

Vue component for Telegram login
MIT License
86 stars 19 forks source link

How do we logout? #8

Open MynameJeffo opened 4 years ago

MynameJeffo commented 4 years ago

Relevant code or config

<vue-telegram-login
            class="telegram-login"
            mode="callback"
            telegram-login="randombot"
            @callback="telegramLoginCallback"

What you did: The login function was used just like the example. I was trying to find a way to logout none was found

What happened:

I have used "vue-telegram-login" I was logged in and now I am looking for a way to implement the logout function for the users

Problem description: I am thinking of a logout function.

Suggested solution: Have a logout function implemented