class Auth::SignUpSchema

Defined in:

apps/auth/schemas/sign_up_schema.cr

Constant Summary

FIELDS_ = {"username" => {type: "string", kwargs: {max_size: 128}}, "email" => {type: "email", kwargs: {}}, "password" => {type: "string", kwargs: {max_size: 128, strip: false}}} of Nil => Nil

Instance Method Summary

Instance Method Detail

def email : String | Nil | Nil #

def email! #

def email? #

def password : String | Nil | Nil #

def password! #

def password? #

def username : String | Nil | Nil #

def username! #

def username? #