Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add request cookies to login flow context dict
Adds cookies from the aiohttp Request object associated with the request to POST /auth/login_flow. This is useful if an auth provider operates on data provided through cookies by an external system. Example use-case: * Reverse proxy handles authentication ands sets a JWT in a cookie upon success. HomeAssistant can allow access after validating this JWT.
- Loading branch information