Added additional info when requests are rejected due to no auth

Added two additional auth methods: registering and logging in. They have minimal functionality right now

Added auth module which will handle all auth-related requests
This commit is contained in:
Isaac Grynsztein
2020-04-16 16:33:32 -04:00
parent 4617362270
commit da8571fb1a
3 changed files with 189 additions and 0 deletions

1
.gitignore vendored
View File

@@ -63,3 +63,4 @@ backend/appdata/archives/blacklist_audio.txt
backend/appdata/archives/blacklist_video.txt
backend/appdata/logs/combined.log
backend/appdata/logs/error.log
backend/appdata/users.json