1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Reorg auth (#15443)

This commit is contained in:
Paulus Schoutsen
2018-07-13 11:43:08 +02:00
committed by GitHub
parent 23f1b49e55
commit b6ca03ce47
23 changed files with 698 additions and 652 deletions

View File

@@ -7,7 +7,7 @@ import pytest
from aiohttp import BasicAuth, web
from aiohttp.web_exceptions import HTTPUnauthorized
from homeassistant.auth import AccessToken, RefreshToken
from homeassistant.auth.models import AccessToken, RefreshToken
from homeassistant.components.http.auth import setup_auth
from homeassistant.components.http.const import KEY_AUTHENTICATED
from homeassistant.components.http.real_ip import setup_real_ip