-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth + Hass.io: create system user #15220
Labels
Comments
4 tasks
We should have |
Eventually I want to add those. Don't think that they will be needed to implement system users. |
19 tasks
ghost
assigned balloob
Jul 18, 2018
3 tasks
ghost
removed
the
in progress
label
Jul 23, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hass.io supervisor communicates with Home Assistant via the API. This needs to be adopted for the new auth system.
At startup, the Hass.io component should:
-create a refresh token and share it with the supervisor
Should the refresh token have a very long expiration so that Hass.io never needs to refresh? If so, should we just send the access token?
The text was updated successfully, but these errors were encountered: