Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 803 Bytes

File metadata and controls

40 lines (26 loc) · 803 Bytes

password

Field storing the bcrypt password hash.

Kind Attribute
Since 0.1.0
Required yes

Syntax

password: <field>

Arguments

Name Type Required
field identifier yes

Description

Field name on the auth table holding hashed passwords. Type must be password in the model.

Used in

Provenance

Implementation touched after spec. Source code changed on 2026-05-20, but this entity's spec was last edited on 2026-05-08. The description may be out of date.

Spec last touched 5da8498 (2026-05-08)
Source last touched af278bb (2026-05-20)
Source files internal/parser/parser.go