monitor_auth_flows
Track and analyze authentication processes in real-time using the monitoring tool for Better Auth MCP Server. Specify duration (e.g., '1h', '30m') to oversee and optimize secure credential handling and multi-protocol auth systems.
Instructions
Real-time monitoring of authentication processes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
duration | Yes | Monitoring duration (e.g. '1h', '30m') |
Input Schema (JSON Schema)
{
"properties": {
"duration": {
"description": "Monitoring duration (e.g. '1h', '30m')",
"type": "string"
}
},
"required": [
"duration"
],
"type": "object"
}