Skip to content

Commit ae51cd0

Browse files
author
Ankur Srivastava
committed
updated flask-security
1 parent 45dcfc7 commit ae51cd0

File tree

6 files changed

+3
-4
lines changed

6 files changed

+3
-4
lines changed

backend/flask_app/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def logout():
5858
def login():
5959
"""View function for login view."""
6060
logger.info('Logged in user')
61-
logger.info(request.get_json())
6261

6362
params = request.get_json()
6463
username = params.get('username', None)

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Flask==0.11.1
22
gevent==1.2.2
33
Flask-Cors==3.0.3
4-
Flask-Security==1.7.5
4+
Flask-Security==3.0.0
55
Flask-SQLAlchemy==2.2
66
git+https://github.com/ansrivas/pylogging.git
77
flask-jwt-simple[asymmetric_crypto]

front/src/assets/css/font-awesome.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
162 KB
Binary file not shown.
95.7 KB
Binary file not shown.
75.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)