diff --git a/AUTHORS b/AUTHORS index cbcefa213..27d60fa8d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,6 +7,7 @@ Federico Frenguelli Contributors ============ +Abhishek Patel Alessandro De Angelis Alan Crosswell Asif Saif Uddin diff --git a/CHANGELOG.md b/CHANGELOG.md index 400bc13b7..bff59538b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --> ## [1.3.1] unreleased +### Added +* #725: HTTP Basic Auth support for introspection (Fix issue #709) + ### Fixed * #812: Reverts #643 pass wrong request object to authenticate function. * Fix concurrency issue with refresh token requests (#[810](https://github.com/jazzband/django-oauth-toolkit/pull/810)) * #817: Reverts #734 tutorial documentation error. + ## [1.3.0] 2020-03-02 ### Added diff --git a/docs/settings.rst b/docs/settings.rst index d0bc62e9a..eb7324672 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -198,12 +198,18 @@ Only applicable when used with `Django REST Framework