* Always load users in auth store before use * Use namedtuple instead of dict for user meta * Ignore auth store tokens with invalid created_at * Add type hints to homeassistant.auth
* Add context to login flow * source -> context * Fix unit test * Update comment
* Allow auth providers to influence is_active * Fix auth script test