bleehu / CXDocs

Compound X rules displayed as web pages. Written in Python, served with Flask and bootstraped with bootswatch.
1 stars 1 forks source link

removed csrf check from login code #257

Closed bleehu closed 5 years ago

bleehu commented 5 years ago

turns out, flask does csrf under the hood. also, this was preventing login after cleanup of index. modified: server/app.py