mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.03k stars 797 forks source link

Whatsapp logout #819

Open mikelustosa opened 4 years ago

mikelustosa commented 4 years ago

Hello friends. How do I log out of whatsapp using only JavaScript?

cssarto commented 4 years ago

delete your cookies do browser

mikelustosa commented 4 years ago

I managed using this

localStorage.clear(); location.reload();