From 9b70ea6a22b1855a1fe0a8eaf80ff5166270039f Mon Sep 17 00:00:00 2001 From: samerbam Date: Wed, 14 Jun 2023 12:04:04 -0400 Subject: [PATCH] added auth.py. renamed setup.sh to setup-mac.sh --- backend/auth.py | 1 + frontend/auth.py | 1 + scratch/{setup.sh => setup-macos.sh} | 0 3 files changed, 2 insertions(+) create mode 100644 backend/auth.py create mode 100644 frontend/auth.py rename scratch/{setup.sh => setup-macos.sh} (100%) diff --git a/backend/auth.py b/backend/auth.py new file mode 100644 index 0000000..b2a43db --- /dev/null +++ b/backend/auth.py @@ -0,0 +1 @@ +# TODO: Handle all authentication stuff for verifying client is who we think it is in here. \ No newline at end of file diff --git a/frontend/auth.py b/frontend/auth.py new file mode 100644 index 0000000..5b9586f --- /dev/null +++ b/frontend/auth.py @@ -0,0 +1 @@ +# TODO: Handle all authentication stuff for verifying server is who we think it is in here. \ No newline at end of file diff --git a/scratch/setup.sh b/scratch/setup-macos.sh similarity index 100% rename from scratch/setup.sh rename to scratch/setup-macos.sh