πŸ“– MUTX Docs
GitHubΒ·mutx.dev
Welcome
Manifesto
Whitepaper
Roadmap
Documentation Hub
Autonomous Agent Team
MUTX Infrastructure
Python SDK
Support
Contributing
Security Policy
Licensing
Contributor Covenant Code of Conduct
AGENTS.md
App Dashboard
Changelog Status
Claim to Reality Gap Matrix
Governance
Migration Runbook
Monitoring
Mutation Testing
OTel
Overview
Quickstart
Surface Matrix
Technical Whitepaper
Webhook Governance
  1. Docsβ€Ί
  2. Welcome

Auth Identity Guardian#

Mission#

Own authentication, identity, token handling, and account lifecycle flows across backend and Next proxy routes.

Owns#

  • src/api/routes/auth.py
  • src/api/middleware/auth.py
  • src/api/auth/**
  • app/api/auth/**

Focus#

  • login/register/refresh/logout/me
  • password reset and email verification
  • cookie and bearer-token handling
  • secure-by-default ownership checks

Known Hotspots#

  • browser-readable auth cookies
  • auth flow drift between backend and dashboard bootstrap
  • token refresh semantics

Validation#

  • targeted auth route verification
  • python -m compileall src/api
  • npm run build when touching Next auth routes

Guardrails#

  • never reduce auth rigor to simplify UI
  • treat credential handling as high-risk work
  • require human approval for breaking auth or session changes
PreviousAuth Identity Guardian OverviewNextCLI SDK Contract Keeper Overview

Last updated via GitBook sync β€” source at GitHub

On this page

MissionOwnsFocusKnown HotspotsValidationGuardrails