Modernize authentication with passkeys, digital credentials, and more At Google I/O 2026, Google discussed modernizing authentication to make sign-ins more secure and less friction-prone, highlighting that every second of delay risks losing users. The article recommends using identity federation for streamlined account creation, adopting the Federated Credential Management (FedCM) API, and implementing passkeys to achieve phishing-resistant, seamless logins—citing pixiv's 99% login success rate after adopting passkeys. It also introduces the emerging Email Verification Protocol (EVP) to verify email addresses directly through the browser, eliminating the need for users to leave the app. Published: May 21, 2026 At Google I/O 2026, we talked about a web where signing in isn't a chore. It should be a secure, simplified entry point that actually makes users feel safe. This post recaps how you can fix your account flows, cut the friction, and protect people from the start. Quick access - Why modernization matters - Streamline account creation - Frictionless attribute verification - Implement passkeys for seamless sign-in - Strategic passkey adoption - Passkey management and resilient recovery Why modernization matters High-friction flows like messy sign-up forms, that annoying "forgot password" loop, or a wall of sign-in buttons kill the mood. They are "context-switch killers" that drive users away. Old-school passwords and one-time passwords OTPs also leave people wide open to phishing. Every second of friction is an opportunity for a user to drop off. Modernizing your authentication protects your systems and your users. By smoothing out every touchpoint in the identity journey, you naturally increase your conversion rates. For example, pixiv achieved a staggering 99% login success rate a 29% improvement over passwords after implementing passkeys. Moving away from weak credentials makes things faster and safer. Streamline account creation The first interaction a user has with your app sets the mood. Streamlining account creation is the first step towards improving adoption and safety. Identity federation as the primary account creation method You can let your users skip the tedious account creation forms by using identity federation, which lets users sign up with a trusted provider like Google. This provides a robust and streamlined sign-up experience that gets users into your app without the "chore" of typical registration. Federation means users don't have to type their name or email manually. Since the provider already verified them, you can skip redundant steps to verify them independently and get more people through the door. In addition, adopting a federated identity solution lets you inherit the security level of a dedicated IdP Identity Provider . Because IdPs specialize in identity and security, relying on their infrastructure eliminates the risk of building authentication from scratch. Adopt the Federated Credential Management FedCM API If you act as an IdP, we recommend adopting the FedCM API. It handles the interaction through the browser UI, which protects privacy by preventing tracking while giving users a one-tap sign-in, and declutters the UI by displaying only relevant accounts. The "Federate-then-upgrade" pattern Federate-then-upgrade combines the speed of federation with the long-term security of passkeys. If you prompt for a passkey right after a federated sign-up, the user's next login is phishing-resistant from day one. Optimize forms for Autofill If manual forms are necessary, use descriptive name and id attributes and correct autocomplete values to allow the browser to fill the fields for the user. This reduces the cognitive load and potential for typos during the sign-up process. See our Sign-up form best practices for more details on form optimization.