APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →
Email-verification Alternatives
Similar projects and alternatives to email-verification
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
email-verification discussion
email-verification reviews and mentions
- W3C: In-Browser Email Verification API
- Email Verification API
-
Reviving BrowserID in 2026
You should take a look at https://github.com/WICG/email-verification-protocol and https://github.com/w3c-fedid/FedCM ... they also share a lot of the historical lessons learned with Mozilla's BrowserID.
-
Email Verification Protocol
This section
https://github.com/WICG/email-verification-protocol/blob/mai...
could easily be done by malicious JS, an ad script, or the website itself, and then as the RP gets the output of 6.4) email and email_verified claims.
Or are you thinking this proposal requires new custom browser (user-agent) code just to handle this protocol? Like a secure element that makes sure there is some user input required to select a saved one?
-
Chrome Intent to Prototype: Email Verification Protocol
The explainer goes into more detail about how it would work, if it ever ships: https://github.com/dickhardt/email-verification-protocol
> The Email Verification Protocol enables a web application to obtain a verified email address without sending an email, and without the user leaving the web page they are on. To enable the functionality, the mail domain delegates email verification to an issuer that has authentication cookies for the user. When the user provides an email to the HTML form field, the browser calls the issuer passing authentication cookies, the issuer returns a token, which the browser verifies and updates and provides to the web application. The web application then verifies the token and has a verified email address for the user.
> User privacy is enhanced as the issuer does not learn which web application is making the request as the request is mediated by the browser.
-
A note from our sponsor - AppSignal
www.appsignal.com | 11 Sep 2026
Stats
WICG/email-verification is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of email-verification is HTML.