j-fbriere / squawker

An open-source privacy oriented Twitter/X client
MIT License
880 stars 16 forks source link

Two factor authentication support #195

Closed alanpoulain closed 7 months ago

alanpoulain commented 7 months ago

Describe the problem

The regular account login does not support two factor authentication.

Describe the solution

The response from the API is a subtask with the following id: LoginTwoFactorAuthChallenge

j-fbriere commented 7 months ago

The response from the API is a subtask with the following id: LoginTwoFactorAuthChallenge

Thanks for this info. I need a little more though.

Do you have a reference to a complete example?

alanpoulain commented 7 months ago

I don't know, is it not documented in Twitter developper documentation?

j-fbriere commented 7 months ago

Version v3.7.1 implements the two factor authentication functionality.

alanpoulain commented 7 months ago

It works, thank you very much!