|
| ▲ | supermatt 17 hours ago | parent | next [-] |
| Then they should enable interoperability. Either provide a secure platform that others can access, or let third parties offer their own. The whole point of passkeys is to handle remote authentication and authorisation securely - and is effectively what Apple are already doing under the hood. This whole "we can only trust Apple" argument is outdated given modern security standards like FIDO2/WebAuthn and passkeys |
|
| ▲ | _aavaa_ 18 hours ago | parent | prev [-] |
| Nothing about providing the API for this requires that your phone automatically accept such requests. They can change it so that all first requests require confirmation with password. |
| |
| ▲ | tpmoney 17 hours ago | parent [-] | | And you can secure your HTTP server and SSH server with credentials too, but if your wanting a secure internal service it’s also probably a good idea to put a firewall in place and only allow access from authorized endpoints. Security isn’t a binary thing. It comes in layers and “no publicly accessible API” is (or at least can be) more secure than “public API”. |
|