blitz_api/app/auth
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
..
__init__.py feat: implement get hardware info api 2021-06-12 15:07:35 +02:00
auth_bearer.py fix: return HTTP status 401 when unauthorized 2021-11-19 08:36:15 +01:00
auth_handler.py feat: implement local cookie authentication 2021-11-28 08:42:52 +01:00