Files
2026-07-13 12:58:18 +08:00

20 lines
659 B
JSON

{
"_meta": {
"description": "D6 fixtures for mastra / auth",
"sourceFile": "harness/fixtures/d5/auth.json",
"created": "2026-05-22"
},
"fixtures": [
{
"_comment": "auth demo — single-turn probe confirming the authenticated session is active. The demo defaults to UNAUTHENTICATED; the probe clicks sign-in first, then sends this message.",
"match": {
"userMessage": "auth check turn 1",
"context": "mastra"
},
"response": {
"content": "Authenticated session is active. The runtime accepted your request because the Authorization header carried the demo bearer token."
}
}
]
}