メールに届くリンク
入力欄ひとつとボタンひとつ。覚えるものも盗まれるものもありません。rastrillo は最初からこれに対応しています。
<section rst-box>
<h1>Sign in</h1>
<form rst-form method="post" action="/signin">
<div rst-field>
<label rst-field-label for="email">Email</label>
<input rst-input id="email" name="email" type="email" autocomplete="email" required>
</div>
<button rst-btn="primary" type="submit">Continue</button>
</form>
<p><a href="/signin/other">Other ways to sign in</a></p>
</section>