PfisterDaniel / node-red-contrib-apple-find-me

Node to get the current locations and other metrics of connected Apple devices.
MIT License
23 stars 5 forks source link

Readme update: Explanation of method of interaction with Apple to poll device information #10

Closed DaveDaveDaveDave closed 3 years ago

DaveDaveDaveDave commented 3 years ago

I am interested in understating the flow for polling the device information from Apple.

1) Does the application call an apple API directly from the node-red host, or is there an intermediate server? 2) How does this method avoid the 2FA normally required by Apple? 3) What security (SSL, etc) is being used in the polling of the device information from Apple?

I'm not looking for a detailed explanation, only a basic flow to understand how the Apple credentials are being handled. I think it would be good to include in the readme.

Thanks! Great project!

PfisterDaniel commented 3 years ago

No, i call no offical API from Apple. I capture the Links from Apples „Where is“ App. The Security is ssl and the node use only http-Requests...

For details please look in the source.

Br Daniel