whatsapp-api icon indicating copy to clipboard operation
whatsapp-api copied to clipboard

feat: implement `RemoteAuth`

Open IvanGodinez21 opened this issue 1 year ago • 1 comments

Description

Describe the changes made by this pull request.

This PR adds the feature for using LocalAuth or RemoteAuth.

add:

  • missing events listeners

modify:

  • allow the use of LocalAuth and RemoteAuth for creating sessions

Related issues

List related issues (if any) and/or @mentions of the person or team responsible for reviewing proposed changes (left blank if not applicable). List by using - [ ] and the issue number, e.g. - [ ] #1 or - [x] #1 if the issue is closed/solved.

  • [ ] #58

Testing

Help me how can I test or look at the changes (left blank if not applicable).

  • Requires a better test implementation.

Notes

Some additional notes if necessary (left blank if not applicable).

  • #211 must be merged before this commit
  • Only supports MongoDB for the moment

IvanGodinez21 avatar May 12 '24 02:05 IvanGodinez21