Skip to main content
Glama

Better Auth MCP Server

by nahmanmate

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

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/nahmanmate/better-auth-mcp-server'

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