vanth/vanth
Eli Ribble 4cb867a0ff Get form-based sessions working
This removes some of the logic associated with using JSON based
authentication in favor of the simpler and more built-in form based
authentication that I had originally gotten working. This requires no
JavaScript from the browser, which is its own reward
2016-06-09 00:53:01 -06:00
..
api Add simple API for getting OFXSources 2016-05-18 15:54:28 -06:00
backend Add initial setup file with dependencies and simple readme 2016-05-02 08:46:12 -06:00
platform Get form-based sessions working 2016-06-09 00:53:01 -06:00
__init__.py Put the version in the root module 2016-05-02 09:30:59 -06:00
auth.py Fix sending authenticatinon exceptions 2016-05-17 16:36:14 -06:00
config.py Get basic debug Flask application working 2016-05-02 09:30:27 -06:00
errors.py Add session creation and handling 2016-05-17 14:16:14 -06:00
main.py Add simple script for inserting ofxsources 2016-05-18 15:42:46 -06:00
server.py Get form-based sessions working 2016-06-09 00:53:01 -06:00
tables.py Add unique constraints on some of our tables 2016-05-18 15:41:04 -06:00
user.py Get form-based sessions working 2016-06-09 00:53:01 -06:00
version.py Add initial setup file with dependencies and simple readme 2016-05-02 08:46:12 -06:00