etesync-server/etebase_fastapi
Tom Hacohen 14b3cfca55 Handle stoken being the empty string.
For whatever reason some users were getting this which was causing this code
to fail.
2021-02-01 18:40:14 +02:00
..
routers Handle stoken being the empty string. 2021-02-01 18:40:14 +02:00
sendfile Reformat files using black. 2020-12-29 15:37:11 +02:00
__init__.py first commit 2020-12-27 20:32:09 +02:00
db_hack.py Cleanup django db connections before every request and every dependency. 2020-12-30 17:16:58 +02:00
dependencies.py Django db cleanup: explicitly add it to dependencies. 2020-12-31 10:03:16 +02:00
exceptions.py Subscriptions: implement live subscriptions for collection items 2021-01-11 22:15:12 +02:00
main.py Subscriptions: implement live subscriptions for collection items 2021-01-11 22:15:12 +02:00
msgpack.py Django db cleanup: explicitly add it to dependencies. 2020-12-31 10:03:16 +02:00
redis.py Subscriptions: implement live subscriptions for collection items 2021-01-11 22:15:12 +02:00
stoken_handler.py Handle stoken being the empty string. 2021-02-01 18:40:14 +02:00
utils.py Support login and invitations using email rather than just username. 2021-01-27 09:35:36 +02:00