Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ashwinR
/
Gurucool_Test
like
0
Build error
App
Files
Files
Community
b7a7f32
Gurucool_Test
/
schemas
/
auth.py
ashwinR
Upload 245 files
b7a7f32
over 1 year ago
raw
Copy download link
history
blame
Safe
178 Bytes
from
pydantic
import
BaseModel
class
LoginData
(
BaseModel
):
username:
str
password:
str
remember_me:
bool
class
ActiveSession
(
BaseModel
):
ua:
str
ip:
str