docs: add changelog for PR 13164

This commit is contained in:
zmstone 2024-05-30 22:38:56 +02:00
parent ca32cf8d29
commit f681126f4d
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Fix HTTP authorization request body encoding.
Prior to this fix, the HTTP authorization request body encoding format was taken from the `accept` header.
The fix is to respect the `content-type` header instead.
Also added `access` templating variable for v4 compatibility.
The access code of SUBSCRIBE action is `1` and SUBSCRIBE action is `2`.