makara-filip / ts-messenger-api

The unofficial API for FB Messenger communication
MIT License
50 stars 13 forks source link

2FA #7

Open NikilXYZ opened 3 years ago

NikilXYZ commented 3 years ago

Allow for authentication using 2Factor (I'm assuming this will be 2 awaits (one for initial login and one for user to type in the 2FA code and wait till it's accepted?)

makara-filip commented 3 years ago

You are right, it will be two awaits. However, the whole login process is not as easy as that. I spend a lot of time implementing just regular login. The 2FA will take also a lot of effort.

Although 2FA is a thing we want to add to this API, it won't be submitted within a month (as of the date of this comment).