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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/auth-js-getting-started-workflow-guide.md | An 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
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://authjs.dev/getting-started