generate references (#7882)

This commit is contained in:
Shahed Nasser
2024-07-01 16:02:36 +03:00
committed by GitHub
parent b9036eca1a
commit dd864da4e0
2424 changed files with 106679 additions and 116201 deletions
@@ -9,6 +9,15 @@ import { TypeList } from "docs-ui"
This documentation provides a reference to the data models in the Auth Module
## Relations Overview
```mermaid
erDiagram
AuthIdentity ||--|| ProviderIdentity : provider_identities
```
## Classes
- [AuthIdentity](../../auth_models/classes/auth_models.AuthIdentity/page.mdx)
- [ProviderIdentity](../../auth_models/classes/auth_models.ProviderIdentity/page.mdx)