blitz_api/app
Stefan Stammberger 71f87e06d7
feat: implement local cookie authentication
This is only useful for application running directly on the Raspiblitz.
This will create a file in ~/.blitz_api/.cookie with a valid JWT token.
Local applications can use this to authenticate to the API without
having to ask for the password. This is similar to how Bitcoin Cores
cookie auth works.
2021-11-28 08:42:52 +01:00
..
auth feat: implement local cookie authentication 2021-11-28 08:42:52 +01:00
external fix: problems with included external packages 2021-11-18 11:30:48 +01:00
models feat: implement handling of locked wallets 2021-11-24 11:12:10 +01:00
repositories feat: implement handling of locked wallets 2021-11-24 11:12:10 +01:00
routers feat: implement handling of locked wallets 2021-11-24 11:12:10 +01:00
__init__.py feat: integrate sse-starlette source 2021-07-17 21:40:37 +02:00
main.py feat: implement local cookie authentication 2021-11-28 08:42:52 +01:00
utils.py chore: update grpc files and add WalletUnlocker 2021-11-23 20:19:03 +01:00