-
- Downloads
Track refresh token last usage information (#16408)
* Extend refresh_token to support last_used_at and last_used_by * Address code review comment * Remove unused code * Add it to websocket response * Fix typing
Showing
- homeassistant/auth/__init__.py 4 additions, 1 deletionhomeassistant/auth/__init__.py
- homeassistant/auth/auth_store.py 25 additions, 1 deletionhomeassistant/auth/auth_store.py
- homeassistant/auth/models.py 4 additions, 1 deletionhomeassistant/auth/models.py
- homeassistant/components/auth/__init__.py 13 additions, 6 deletionshomeassistant/components/auth/__init__.py
- tests/auth/test_init.py 17 additions, 1 deletiontests/auth/test_init.py
- tests/components/auth/test_init.py 2 additions, 0 deletionstests/components/auth/test_init.py
Loading
Please register or sign in to comment