-
- Downloads
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`
Showing
- homeassistant/auth/__init__.py 39 additions, 6 deletionshomeassistant/auth/__init__.py
- homeassistant/auth/auth_store.py 32 additions, 2 deletionshomeassistant/auth/auth_store.py
- homeassistant/auth/models.py 12 additions, 4 deletionshomeassistant/auth/models.py
- homeassistant/components/auth/__init__.py 103 additions, 1 deletionhomeassistant/components/auth/__init__.py
- tests/auth/test_init.py 139 additions, 2 deletionstests/auth/test_init.py
- tests/components/auth/test_init.py 58 additions, 1 deletiontests/components/auth/test_init.py
- tests/components/conftest.py 2 additions, 0 deletionstests/components/conftest.py
Loading
Please register or sign in to comment