core/homeassistant/auth
Jason Hu 9583947012 Long-lived access token (#16453)
* Allow create refresh_token with specific access_token_expiration

* Add token_type, client_name and client_icon

* Add unit test

* Add websocket API to create long-lived access token

* Allow URL use as client_id for long-lived access token

* Remove mutate_refresh_token method

* Use client name as id for long_lived_access_token type refresh token

* Minor change

* Do not allow duplicate client name

* Update docstring

* Remove unnecessary `list`
2018-09-11 12:05:15 +02:00
..
mfa_modules Tweak MFA login flow (#16254) 2018-08-29 10:16:54 +02:00
providers Update name legacy api password (#16455) 2018-09-08 22:10:42 +02:00
__init__.py Long-lived access token (#16453) 2018-09-11 12:05:15 +02:00
auth_store.py Long-lived access token (#16453) 2018-09-11 12:05:15 +02:00
const.py Reorg auth (#15443) 2018-07-13 11:43:08 +02:00
models.py Long-lived access token (#16453) 2018-09-11 12:05:15 +02:00
util.py Reorg auth (#15443) 2018-07-13 11:43:08 +02:00