diff --git a/backend/requirements.txt b/backend/requirements.txt index 37bd2eb7..5a2cc8ea 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,7 +23,9 @@ asyncssh==2.14.2 # Authentication and Security python-jose[cryptography]==3.3.0 +PyJWT==2.8.0 passlib[bcrypt]==1.7.4 +email-validator==2.2.0 # Configuration and Environment pydantic==2.10.4 diff --git a/docker-compose.swarm.yml b/docker-compose.swarm.yml index 2a1ed7aa..0572e874 100644 --- a/docker-compose.swarm.yml +++ b/docker-compose.swarm.yml @@ -1,7 +1,7 @@ services: # Hive Backend API hive-backend: - image: anthonyrawlins/hive-backend:auth-system + image: anthonyrawlins/hive-backend:auth-system-final build: context: ./backend dockerfile: Dockerfile