register user, sign in and sign out working
This commit is contained in:
@@ -20,9 +20,10 @@ class PayLoad(BaseModel):
|
||||
|
||||
|
||||
class CreateUser(BaseModel):
|
||||
email: Text
|
||||
username: Text
|
||||
# age: Optional[int]
|
||||
# phone: Optional[Text]
|
||||
password: Optional[Text]
|
||||
|
||||
# TODO: update validations
|
||||
# TODO: update validations
|
||||
|
Reference in New Issue
Block a user