add password validation example
This commit is contained in:
6
src/schemas/validators.py
Normal file
6
src/schemas/validators.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from typing import Any
|
||||
|
||||
|
||||
def ensure_password(value: Any) -> Any:
|
||||
#TODO
|
||||
...
|
||||
Reference in New Issue
Block a user