#13 Made login page that actually send request to backend. CORS stuff.

This commit is contained in:
2023-03-19 02:10:12 -04:00
parent 21428c520d
commit 6e7e3e66f5
6 changed files with 55 additions and 21 deletions

View File

@@ -1,6 +1,7 @@
alembic==1.10.2
click==8.1.3
Flask==2.2.3
Flask-Cors==3.0.10
Flask-HTTPAuth==4.7.0
Flask-Login==0.6.2
Flask-Migrate==4.0.4
@@ -12,6 +13,7 @@ Jinja2==3.1.2
Mako==1.2.4
MarkupSafe==2.1.2
python-dotenv==1.0.0
six==1.16.0
SQLAlchemy==2.0.6
typing_extensions==4.5.0
Werkzeug==2.2.3