class Auth::SignUpSchema
- Auth::SignUpSchema
- Marten::Schema
- Reference
- Object
Defined in:
auth/schemas/sign_up_schema.crConstant Summary
-
FIELDS_ =
{"email" => {type: "email", kwargs: {}}, "password1" => {type: "string", kwargs: {max_size: 128, strip: false}}, "password2" => {type: "string", kwargs: {max_size: 128, strip: false}}} of Nil => Nil