@boostkit/auth
v0.1.1
Published
Shared authentication result and entity types.
Readme
@boostkit/auth
Shared authentication result and entity types.
Installation
pnpm add @boostkit/authUsage
import type { AuthUser, AuthSession, AuthResult } from '@boostkit/auth'
const user: AuthUser = {
id: '1',
name: 'A',
email: '[email protected]',
emailVerified: false,
createdAt: new Date(),
updatedAt: new Date(),
}API Reference
AuthUserAuthSessionAuthResult
Configuration
This package has no runtime config object.
Notes
- This package exports types/interfaces only.
