Prompt Buddy logoPrompt Buddy

authjs · Auth.js Docs

Auth.js | Getting Started

Provides the foundational setup process for Auth.js, including installation and the implementation of various authentication methods like OAuth, Magic Links, and Credentials.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Auth.js | Getting Started

Provides the foundational setup process for Auth.js, including installation and the implementation of various authentication methods like OAuth, Magic Links, and Credentials.

When To Use

Use when you need to install Auth.js and implement initial authentication flows such as OAuth, Magic Links, or Credentials in an application.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/auth-js-getting-started-workflow-guide.mdAn introduction to Auth.js covering authentication methods, official providers, and supported databases.Questions about an introduction to Auth.js covering authentication methods, official providers, and supported databases.

What This Skill Covers

  • Auth.js is a runtime agnostic library based on standard Web APIs that integrates deeply with multiple modern JavaScript frameworks to provide an authenticati...
  • Main sections: Authentication methods, Official Providers, Supported Databases.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://authjs.dev/getting-started