There was an error while loading. Please reload this page.
1 parent ac3407d commit 2d2bc55Copy full SHA for 2d2bc55
1 file changed
homeassistant-addon-webhook-proxy/CHANGELOG.md
@@ -2,6 +2,22 @@
2
3
<!-- version list -->
4
5
+## v3.0.2 (2026-08-24)
6
+
7
+### Bug Fixes
8
9
+- In `ha_auth` mode, loopback-callback and multi-origin registered clients no
10
+ longer have to sign in again whenever Home Assistant's 30-minute access token
11
+ expires. Refresh tokens now retain the exact client identity used during
12
+ authorization; sessions created before this update may need one final
13
+ reauthorization.
14
15
+- Revoking one of these refresh tokens now revokes the underlying Home
16
+ Assistant grant instead of returning success while leaving it active. OAuth
17
+ discovery advertises a scoped revocation endpoint for `ha_auth`, and
18
+ temporary forwarding failures return `503` with retry guidance.
19
20
21
22
## v3.0.1 (2026-08-18)
23
0 commit comments