Skip to main content
Glama

Better Auth MCP Server

by LexiconAlex

test_auth_flows

Verify authentication workflows such as login, registration, password reset, and 2FA to ensure secure credential management and multi-protocol compatibility in applications.

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" }

Other Tools from Better Auth MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LexiconAlex/better-auth-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server