Email provider - Email Verification demo
This is a mock email provider for the Email Verification API and protocol. It plays the issuer: the party that already knows the address is yours and will vouch for it. Once you've signed in, use the relying party demo to verify the address. Read the announcement and implementation guide for the full picture.
Current Session: Not logged in
Signing in here does two things: it sets a session cookie, and it calls navigator.login.setStatus() to tell the browser this provider has a signed-in user. Without that second step the browser will not even ask this provider for a token.
🧑💻 View the code for the demo on GitHub