Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
thedaviddias avatar

Accessible Authentication

  • 1 installs
  • 73.4k repo stars
  • Updated June 18, 2026
  • thedaviddias/frontendchecklist

Review sign-in, sign-up, MFA, CAPTCHA, and recovery flows for accessible authentication including paste, OTP autofill, and passkeys.

About

Reviews login, MFA, password reset, and recovery flows for accessible authentication barriers like blocked paste, password-manager hostility, and CAPTCHA without alternatives. A developer uses it when auditing WCAG-compliant authentication paths.

  • Checks paste, OTP autofill, and passkey support
  • Flags CAPTCHA and knowledge checks without alternatives

Accessible Authentication by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,914 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thedaviddias/frontendchecklist --skill accessible-authentication

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars73.4k
Last updatedJune 18, 2026
Repositorythedaviddias/frontendchecklist

What it does

Review sign-in, sign-up, MFA, CAPTCHA, and recovery flows for accessible authentication including paste, OTP autofill, and passkeys.

Files

SKILL.mdMarkdownGitHub ↗

Provide accessible authentication methods

Authentication often becomes the first hard blocker for users with cognitive, motor, low-vision, or speech-input needs. If sign-in, MFA, or recovery relies on memorization or transcription with no assisted path, the user may be locked out before they can access the product at all.

Quick Reference

  • Do not block paste or password managers in login and recovery flows
  • Prefer passkeys, magic links, device approval, or password-manager-friendly flows
  • Support OTP autofill and paste with appropriate semantics such as autocomplete="one-time-code"
  • Avoid CAPTCHA or secondary checks that require memorizing or transcribing information without an alternative

Check

Review login, MFA, password reset, and account recovery for accessible authentication problems. Flag blocked paste, password-manager hostility, manual transcription requirements, inaccessible OTP handling, and CAPTCHA or knowledge checks without a compliant alternative.

Fix

Add password-manager-friendly fields, support paste and OTP autofill, and provide at least one authentication path that does not depend on a cognitive function test.

Explain

Explain WCAG Accessible Authentication, why memorization and transcription are barriers, and how passkeys, password managers, OTP autofill, and device approval improve both accessibility and security.

Code Review

Review authentication pages, MFA steps, recovery flows, and security controls related to Provide accessible authentication methods. Flag exact steps that require memorization, transcription, blocked assistive tooling, or inaccessible fallback paths.

---

For full implementation details, code examples, and framework-specific guidance, see references/rule.md.

Rule page: https://frontendchecklist.io/en/rules/accessibility/accessible-authentication

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.