Better Auth MCP Server

test_auth_flows

Test and validate authentication workflows such as login, registration, password reset, and 2FA to ensure secure and functional systems in enterprise environments.

Instructions

Test authentication workflows

Input Schema

NameRequiredDescriptionDefault
flowsYesAuthentication flows to test

Input Schema (JSON Schema)

{ "properties": { "flows": { "description": "Authentication flows to test", "items": { "enum": [ "login", "register", "password-reset", "2fa" ], "type": "string" }, "type": "array" } }, "required": [ "flows" ], "type": "object" }

You must be authenticated.

Other Tools from Better Auth MCP Server

Related Tools

ID: 7f1irpro2i