Skip to main content
Back to the directory
better-auth/skillsSoftware EngineeringFrontend and Design

two-factor-authentication-best-practices

Multi-factor authentication with TOTP, OTP, backup codes, and trusted device management for Better Auth.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/better-auth/skills --skill two-factor-authentication-best-practices
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, two-factor-authentication-best-practices has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: better-auth/skills. Canonical URL: https://skills.sh/better-auth/skills/two-factor-authentication-best-practices.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Multi-factor authentication with TOTP, OTP, backup codes, and trusted device management for Better Auth. Requires password verification. Returns TOTP URI (for QR code) and backup codes. twoFactorEnabled is not set to true until first TOTP verification succeeds. Override with skipVerificationOnEnable: true (not recommended). Accepts codes from one period before/after current time: Send: authClient.twoFactor.sendOtp() . Verify: authClient.twoFactor.verifyOtp({ code, trustDevice: true }) . Configure how OTP codes are stored in the database: For custom encryption: Generated automatically when 2FA is enabled. Each code is single-use.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does two-factor-authentication-best-practices do?

Multi-factor authentication with TOTP, OTP, backup codes, and trusted device management for Better Auth.

Is two-factor-authentication-best-practices good?

two-factor-authentication-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support two-factor-authentication-best-practices?

two-factor-authentication-best-practices currently lists compatibility with Skills CLI.

Is two-factor-authentication-best-practices safe to install?

two-factor-authentication-best-practices has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to two-factor-authentication-best-practices?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install two-factor-authentication-best-practices?

Run the following command to install two-factor-authentication-best-practices: npx skills add https://github.com/better-auth/skills --skill two-factor-authentication-best-practices

Related skills

More from better-auth/skills

Related skills

Alternatives in Software Engineering