Hello.
In order to respect the anonymity of the users of my web platform (by storing as little private data as possible in the database) I would like to know if OSx like its competitor Android proposes to use the internal security of the device (linked to a personal account - Apple or Android ID) to authenticate a user by requiring only his personal ID (or generated by the OS and intended for all browsers) for a double authentication and thus at the click of a button on the website send a text message on the phone (or all devices connected to the same account) to confirm to be the same person who accesses his personal account. using the same functionality as : <a href="tel:+00 00 00 00 00 00"></a> . e.g. <a href="accountidauth: 'generated.os.id'" ></a> which would call the OS dual authentication system and ask the device (phone or tablet) to display a request for authentication confirmation either by simply clicking a button or by filling in a 6 digit code.
Is it possible and does that exist ?