diff --git a/backend/auth.py b/backend/auth.py index eb93693..082f4d7 100644 --- a/backend/auth.py +++ b/backend/auth.py @@ -1,3 +1,5 @@ +import os +import secrets from fastapi import HTTPException import os import secrets