blitz_api/app
Stefan Stammberger 7ecf29cef0
feat: enhancements to /system/login
* password_a must now be posted in the request body as a json object
* password is now read from the .env file instead of hardcoded
* password will be checked if it is min 8 chars
* one_time_password is not yet in use and optional
2021-08-17 18:34:05 +02:00
..
auth refactor: move some config vars to the .env file 2021-07-25 17:24:33 +02:00
models feat: enhancements to /system/login 2021-08-17 18:34:05 +02:00
repositories chore: auto-format grpc files 2021-08-14 13:47:51 +02:00
routers feat: enhancements to /system/login 2021-08-17 18:34:05 +02:00
__init__.py feat: integrate sse-starlette source 2021-07-17 21:40:37 +02:00
sse_starlette.py feat: integrate sse-starlette source 2021-07-17 21:40:37 +02:00
utils.py feat: improve how to fetch wallet balances 2021-08-03 21:20:24 +02:00