diff --git a/AUTHORS b/AUTHORS index 4ebe787cd..d2da097ce 100644 --- a/AUTHORS +++ b/AUTHORS @@ -36,6 +36,7 @@ Bas van Oostveen Brian Helba Carl Schwan Cihad GUNDOGDU +Craig de Stigter Cristian Prigoana Daniel Golding Daniel 'Vector' Kerr diff --git a/CHANGELOG.md b/CHANGELOG.md index a29772c13..fb9abf1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Support for Django 5.2 * Support for Python 3.14 (Django >= 5.2.8) * #1539 Add device authorization grant support +* RFC 8707 "Resource Indicators" support + - clients can optionally specify `resource` parameter during authorization or access token requests + - Resource binding stored in Grant and AccessToken models + - Token introspection endpoint returns `aud` claim for tokens with resource indicators