MCPcopy Index your code
hub / github.com/fastapi/full-stack-fastapi-template / UserCreate

Class UserCreate

backend/app/models.py:22–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21# Properties to receive via API on creation
22class UserCreate(UserBase):
23 password: str = Field(min_length=8, max_length=128)
24
25
26class UserRegister(SQLModel):

Callers 15

init_dbFunction · 0.90
create_random_userFunction · 0.90
test_retrieve_usersFunction · 0.90
test_update_userFunction · 0.90
test_delete_user_meFunction · 0.90

Calls

no outgoing calls