Dev Login
Dev Login protocol schemas
Source: packages/spec/src/system/dev-login.zod.ts
TypeScript Usage
import { DevLoginSchema } from '@objectstack/spec/system';
import type { DevLogin } from '@objectstack/spec/system';
// Validate data
const result = DevLoginSchema.parse(data);DevLogin
Properties
| Property | Type | Required | Description |
|---|---|---|---|
string | ✅ | Email of an account this application seeds — printed by the development boot banner | |
| password | string | optional | Development-fixture password printed beside the address; omit when the account signs in another way |
| label | string | optional | The audience this account belongs to (e.g. Hiring admin) — printed before the address |