twrecked / pyaarlo

Asynchronous Arlo Component for Python
GNU Lesser General Public License v3.0
50 stars 34 forks source link

Set Trusted Device #32

Open m0urs opened 4 years ago

m0urs commented 4 years ago

I am wondering if there is a possibility to make the Python script act like it is a "Trusted device"? In this case it will not need the second factor only one time. This is possible with iOS App. Unfortunately I was not able to sniff the traffic from the mobile app (Certificate Pinning?) in order to find out which requests are made and the browser access does not have a possibility to set the browser as trusted device.

Any idea how to get that information?

twrecked commented 4 years ago

I would love to do this. I think there are 2 ways to do this:

As to how to find, I just usually play around with debugging in Chrome. I think getting at the iPhone and Android code would be difficult but that's not my area of expertise.

m0urs commented 4 years ago

Thanks! If you would find any solution until end of the year (they said they will then make 2FA mandatory for all accounts) that yould be really great. Let me know if I can do something. I have little (!) programming skills with Python ;-)

m0urs commented 3 years ago

As I now have a working solution where a re-login is only necessary from time to time, I do no longer need a setting for making it a trusted device. So, if you do not want to add that for yourself, you may close that issue. Thanks.