analyze_current_auth
Detect and analyze existing auth.js/next-auth implementations to assess compatibility, identify configurations, and ensure security integration with Better Auth MCP Server for enhanced credential management.
Instructions
Detect and analyze existing auth.js/next-auth implementation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectPath | Yes | Path to the project root |
Input Schema (JSON Schema)
{
"properties": {
"projectPath": {
"description": "Path to the project root",
"type": "string"
}
},
"required": [
"projectPath"
],
"type": "object"
}