3.3.7 Accessible Authentication
Sufficient
Technologies that support authentication.
The objective of this technique is to provide an easy way for users to authenticate without needing a password. This technique involves providing an authentication mechanism where the user can enter their email address, and they are sent an email with a link to click. When the user clicks the link in the email, they are directed back to the website and automatically logged in.
The security of the email link mechanism is not the focus of this technique, but it generally involves sending a time limited token as part of the email.
A social media website has a username and password based login mechanism. As part of the forgotten password feature, there is a separate link to login with an email. When the user enters their email and submits the form, the site sends an email to the user. Clicking the link in the email opens the website and the user is logged in.
For websites which allow users to login by emailing a link to the email address associated with the account: