added auth.py. renamed setup.sh to setup-mac.sh

This commit is contained in:
samerbam 2023-06-14 12:04:04 -04:00
parent c8ea8c5e40
commit 9b70ea6a22
3 changed files with 2 additions and 0 deletions

1
backend/auth.py Normal file
View File

@ -0,0 +1 @@
# TODO: Handle all authentication stuff for verifying client is who we think it is in here.

1
frontend/auth.py Normal file
View File

@ -0,0 +1 @@
# TODO: Handle all authentication stuff for verifying server is who we think it is in here.