tedchou12 / webull

Unofficial APIs for Webull.
MIT License
597 stars 183 forks source link

not Getting the Security Code #209

Closed manojjenago closed 3 years ago

manojjenago commented 3 years ago

Hi,

I am not getting the security code in the Email , where as I am getting the MFA Code in the same email.

wb.get_security(webull_email) #get your security question.

Thanks, Manoj

tedchou12 commented 3 years ago

@manojjenago Hi there.

For the security, you don't get a code in the Email, you will get the question immediately in the response of the code. And you should use that response to answer the question.

https://github.com/tedchou12/webull/wiki/MFA-&-Security

manojjenago commented 3 years ago

@manojjenago Hi there.

For the security, you don't get a code in the Email, you will get the question immediately in the response of the code. And you should use that response to answer the question.

https://github.com/tedchou12/webull/wiki/MFA-&-Security

Thanks for your guidance , sorry I was thinking that the same way the MFA is sent , the security question and id will be sent to the mail too. I got it you just have to capture the response and then use that for log in. Thanks again ..

Thanks, Manoj