core/homeassistant/auth_providers
Jason Hu f874efb224 By default to use access_token if hass.auth.active (#15212)
* Force to use access_token if hass.auth.active

* Not allow Basic auth with api_password if hass.auth.active

* Block websocket api_password auth when hass.auth.active

* Add legacy_api_password auth provider

* lint

* lint
2018-06-30 22:31:36 -04:00
..
__init__.py Foundation for users (#13968) 2018-05-01 18:20:41 +02:00
homeassistant.py Migrate home assistant auth provider to use storage helper (#15200) 2018-06-29 00:02:45 -04:00
insecure_example.py Add local auth provider (#14365) 2018-05-10 14:09:22 -04:00
legacy_api_password.py By default to use access_token if hass.auth.active (#15212) 2018-06-30 22:31:36 -04:00