---
title: "WICG/email-verification-protocol: verified autofill"
url: https://daily.dev/posts/wicg-email-verification-protocol-verified-autofill-krvbysrq9
source_url: https://github.com/WICG/email-verification-protocol
type: article
source: "Hacker News"
published: 2025-11-09T18:02:27.221Z
updated: 2025-11-09T18:02:49.329Z
tags: ["webdev", "authentication", "privacy", "jwt"]
reading_time: 17
upvotes: 23
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# WICG/email-verification-protocol: verified autofill

**[Hacker News](https://daily.dev/sources/hn)** · 17 min read · 23 upvotes · 2 comments

## Summary

A proposed web standard for verifying email addresses without sending verification emails or leaving the current page. The protocol uses DNS delegation, SD-JWT tokens with key binding, and browser mediation to enable mail domains to delegate verification to an issuer. The browser requests a token from the issuer using authentication cookies, verifies it, and provides it to the web application. This approach enhances privacy by preventing issuers from learning which applications users are accessing, while eliminating the friction of traditional email verification flows that cause user drop-off.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.com/WICG/email-verification-protocol>

## Community discussion

Top comments from developers on daily.dev.

**@husseinkizz** · 0 upvotes

> Interesting!

**@akkitto** · 0 upvotes

> And how does it handle automated registrations through bots? It would probably be even much easier to automate this, than to automate a manual verification with a Captcha for example.

## Similar posts on daily.dev

- [Test the Email Verification Protocol with an origin trial](https://daily.dev/posts/test-the-email-verification-protocol-with-an-origin-trial-e6auhyjzb) · Lobsters · 0 upvotes · 0 comments
- [How I Found an Email Verification Bypass on an AI Freelance Platform](https://daily.dev/posts/how-i-found-an-email-verification-bypass-on-an-ai-freelance-platform-u8qbqrzz7) · InfoSec Write-ups · 0 upvotes · 0 comments
- [Streamline User Journeys with Verified Email via Credential Manager](https://daily.dev/posts/streamline-user-journeys-with-verified-email-via-credential-manager-qxsxzc7o2) · Android Developers Blog · 1 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#authentication](https://daily.dev/tags/authentication), [#privacy](https://daily.dev/tags/privacy), [#jwt](https://daily.dev/tags/jwt)

[View this post on daily.dev](https://daily.dev/posts/wicg-email-verification-protocol-verified-autofill-krvbysrq9)
