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