We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We don't store access tokens, they are lost every restart of Home Assistant.
I still don't want to store access tokens. They change too often.
Instead I suggest that we make the access tokens JWT tokens signed with the refresh token.
That way we can check validity without having to keep track of them.
The text was updated successfully, but these errors were encountered:
Do we ever need revoke/invalid one or all access_token?
Sorry, something went wrong.
We will add support for revoking refresh tokens.
Just to expand a bit more on my last comment: revoking a refresh token will revoke all access tokens it ever created.
balloob
Successfully merging a pull request may close this issue.
We don't store access tokens, they are lost every restart of Home Assistant.
I still don't want to store access tokens. They change too often.
Instead I suggest that we make the access tokens JWT tokens signed with the refresh token.
That way we can check validity without having to keep track of them.
The text was updated successfully, but these errors were encountered: