mirror of
https://github.com/hubHarmony/servii-backend.git
synced 2024-11-17 21:40:31 +00:00
35689e4dd0
Fully implemented authentication Fully implemented return codes and errors Fully implemented firestore database data Created 'fetch_servers' and 'set_subdomain' routes for front-end use. [+] Security patch, requests will not return anything if not properly authenticated [~] Reworked the route system entirely [+] TODO : firebase_manager.py error handling [+] TODO : global error log using file_manager.log_error(error_type:str, error_message:str) Signed-off-by: Charles Le Maux <charles.le-maux@epitech.eu>
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
firebase_admin==6.5.0
|
|
Flask==3.0.3
|
|
Flask_Cors==4.0.1
|
|
google-api-core==2.19.0
|
|
PyJWT==2.8.0
|