Back to Medusa

Auth Module Data Models Reference

www/apps/resources/references/modules/auth_models/page.mdx

2.15.5732 B
Original Source

import { TypeList } from "docs-ui"

Auth Module Data Models Reference

This documentation provides a reference to the data models in the Auth Module

Relations Overview

mermaid
erDiagram
	AuthIdentity ||--|| ProviderIdentity : provider_identities
	AuthIdentity ||--|| AuthMfaFactor : mfa_factors
	AuthIdentity ||--|| AuthMfaRecoveryCode : mfa_recovery_codes

Data Models