Commit 6914c5c
committed
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.1 parent 9df5c0a commit 6914c5c
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
0 commit comments