mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-03 17:48:39 +00:00
648 B
648 B
author, authorURL, title
author | authorURL | title |
---|---|---|
Allen Porter | https://github.com/allenporter | Local OAuth2 Updates |
As of Home Assistant Core 2022.5, integrations that register a config_entry_oauth2_flow.LocalOAuth2Implementation
must have a manifest dependency on the auth
component.
This is motivated by a broader effort to improve OAuth Application Credentials handling, which required changing how the HTTP endpoint for the OAuth callback is registered.