1
0
cvsa/packages/core/prisma/models/auth
2026-02-08 21:58:04 +08:00
..
README.md update: a more comprehensive prisma schema 2026-02-08 21:58:04 +08:00
session.prisma update: a more comprehensive prisma schema 2026-02-08 21:58:04 +08:00
user.prisma update: a more comprehensive prisma schema 2026-02-08 21:58:04 +08:00

Auth Schema

This schema handles Identity and Access Management (IAM).

  • User: The central account entity.
  • Session: Tracks active logins, device information. Used in authorization.