johnnynotsolucky / vue-intercom

An Intercom Javascript API plugin for Vue.js
MIT License
66 stars 20 forks source link

Shutdown doesn't delete cookies? #11

Closed benwrigley closed 5 years ago

benwrigley commented 6 years ago

Hi There,

It seems that calling the shutdown() method doesn't actually delete cookies and so the user remains logged in.

johnnynotsolucky commented 5 years ago

@benwrigley the methods available only wrap the Intercom JS API. The shutdown method is calling window.Intercom('shutdown'). You can test if it is working by calling the Intercom API directly from your browsers console.