dev-auth

Configure secure web authentication with OAuth, sessions, and 2FA.

5|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/christopherlouet/claude-base --skill dev-auth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-auth
Source: https://github.com/christopherlouet/claude-base/tree/main/.claude/skills/dev-auth
Command: npx skills add https://github.com/christopherlouet/claude-base --skill dev-auth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and best practices for implementing secure web authentication systems, facilitating login, signup, sessions, OAuth, and migration strategies.

Core Features & Use Cases

  • Auth Stack Selection: Helps choose the appropriate authentication library or framework based on project requirements, such as better-auth, Lucia, NextAuth, or auth0.
  • Configuration Guidance: Offers setup instructions for server and client-side authentication, including secure cookie attributes and session management.
  • Security Audit: Provides best practices for securing authentication, including password hashing, rate limiting, OAuth configuration, and 2FA setup.
  • Use Case: A developer implementing login via Google OAuth with two-factor authentication in a Next.js app can follow recommended steps to ensure security and compliance.

Quick Start

Follow the guidelines to select and configure an authentication solution tailored to your project's security and functionality needs.

Frequently Asked Questions about dev-auth

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I securely implement OAuth and session management in a modern web app?

Secure web authentication workflows provide configuration instructions for OAuth, secure cookie attributes, and session management to ensure safe and compliant user login systems.

What's the best way to set up Google OAuth with 2FA in a Next.js application?

Implement Google OAuth with 2FA in Next.js by following recommended security best practices for OAuth configuration, two-factor authentication setup, and rate limiting to ensure application compliance.

How do I choose the right authentication library for my web project requirements?

Auth stack selection helps choose the appropriate authentication library or framework, such as better-auth, Lucia, NextAuth, or auth0, based on specific project security and functionality requirements.

What security best practices should I follow for password hashing and login rate limiting?

Secure authentication requires following best practices for password hashing, rate limiting, secure cookie configuration, and OAuth setup to protect user login endpoints from unauthorized access.

Does this authentication guidance support migration strategies for existing login systems?

Authentication guidance supports migration strategies by providing comprehensive best practices for transitioning existing login systems, ensuring secure session management, and maintaining compliance during schema updates.