Default email address

Hello Guys,

I am working on PWA app…is there any way to get the default e-mai address of the device?

If you have it and the user is registered the same email address, then in this case no extra need to send out the confirmation email about the registration.

What do you think?

ThanksCsaba

You could look into the Web Authentication API in this case? Note it’s still not fully available everywhere.

https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API

Thank you, !!!
looks interesting, I’ll have a look at on it.
The bottleneck could be the Safari/IOS…
If it fails there, then I might have a half-solution.

Thank you,Csaba