This website requires JavaScript.
Explore
Help
Register
Sign In
Gaze
/
fastapi-login
Watch
1
Star
0
Fork
0
You've already forked fastapi-login
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fastapi-login
/
models
/
User.py
7 lines
97 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
init: first commit
2024-01-14 17:09:11 +08:00
from
pydantic
import
BaseModel
feat: add models yaml
2024-01-23 19:30:28 +08:00
class
UserLogin
(
BaseModel
)
:
init: first commit
2024-01-14 17:09:11 +08:00
username
:
str
password
:
str
Reference in New Issue
Copy Permalink