aldinokemal / go-whatsapp-web-multidevice

API for Whatsapp Web Multi Device Version, Support UI & Webhook
MIT License
582 stars 245 forks source link

Multi Account #44

Closed aarzaary closed 1 year ago

aarzaary commented 1 year ago

I'm using auth basic with diffirent user but still same account

aldinokemal commented 1 year ago

can you elaborate on how to reproduce this?

aarzaary commented 1 year ago

I'm read from this that explains able to add multi account Example:

  1. user: a pass: a login using number 6289123456789
  2. if user: b pass: b login, it's still login using 6289123456789 not prompted to login with new account

my argument is ./wa -b=a:a,b:b

Thanks

aarzaary commented 1 year ago

Oh okay @Rikievalin1234 Waiting response from dev if it is true, then let this issue be closed

aldinokemal commented 1 year ago

Yes correct @Rikievalin1234 It's just multi account for basic auth, however, if we adopted multi session we'll lose our hook feature @aarzaary

aarzaary commented 1 year ago

Thank You