Skip to content

Commit 2d2bc55

Browse files
committed
docs(addon): add the 3.0.2 webhook-proxy changelog entry
1 parent ac3407d commit 2d2bc55

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

homeassistant-addon-webhook-proxy/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- version list -->
44

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+
521

622
## v3.0.1 (2026-08-18)
723

0 commit comments

Comments
 (0)