@zelavis/auth
@zelavis/auth provides low-level authentication building blocks for custom backends and internal platforms.
Current role
Section titled “Current role”This package is intentionally auth-method agnostic.
It currently provides:
- account models and services
- session models and services
- credential models and services
- repository contracts
- plugin registration
Design rule
Section titled “Design rule”The core auth package should not assume one fixed authentication method.
Provider-style auth methods stay optional through plugins.
Current examples
Section titled “Current examples”Official method plugins currently include:
@zelavis/auth-email-password@zelavis/auth-username-password