ObjectStackObjectStack

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

PropertyTypeRequiredDescription
emailstringEmail of an account this application seeds — printed by the development boot banner
passwordstringoptionalDevelopment-fixture password printed beside the address; omit when the account signs in another way
labelstringoptionalThe audience this account belongs to (e.g. Hiring admin) — printed before the address

On this page