diff --git a/public/source/index.php b/public/source/index.php
index 341df94..3c22920 100644
--- a/public/source/index.php
+++ b/public/source/index.php
@@ -872,6 +872,7 @@
Changes from 25 January 2020 to 09 August 2020
- Use
response_type=code
and make it required, to bring it in line with OAuth 2.0
+ - Require
grant_type=authorization_code
when redeeming the authorization code at the authorization endpoint
- Drop the
me
parameter from the token endpoint request
- Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.
- Drop the section describing communication between token endpoints and authorization endpoints as it was underused
diff --git a/public/spec/20200809/index.html b/public/spec/20200809/index.html
index 3e9d739..6ba880b 100644
--- a/public/spec/20200809/index.html
+++ b/public/spec/20200809/index.html
@@ -809,10 +809,11 @@ C. Change LogC.1 Changes from 25 January 2020 to this version
- Use
response_type=code
and make it required, to bring it in line with OAuth 2.0
- - Drop the
me
parameter from the token endpoint request
- - Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.
- - Drop the section describing communication between token endpoints and authorization endpoints as it was underused
- - Editorial changes and rearranging sections
+ - Require
grant_type=authorization_code
when redeeming the authorization code at the authorization endpoint
+ - Drop the
me
parameter from the token endpoint request
+ - Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.
+ - Drop the section describing communication between token endpoints and authorization endpoints as it was underused
+ - Editorial changes and rearranging sections
diff --git a/public/spec/20200926/index.html b/public/spec/20200926/index.html
index 1c0b735..57e430f 100644
--- a/public/spec/20200926/index.html
+++ b/public/spec/20200926/index.html
@@ -899,10 +899,11 @@ C.1
C.2 Changes from 25 January 2020 to 09 August 2020
- Use
response_type=code
and make it required, to bring it in line with OAuth 2.0
- - Drop the
me
parameter from the token endpoint request
- - Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.
- - Drop the section describing communication between token endpoints and authorization endpoints as it was underused
- - Editorial changes and rearranging sections
+ - Require
grant_type=authorization_code
when redeeming the authorization code at the authorization endpoint
+ - Drop the
me
parameter from the token endpoint request
+ - Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.
+ - Drop the section describing communication between token endpoints and authorization endpoints as it was underused
+ - Editorial changes and rearranging sections
diff --git a/public/spec/index.html b/public/spec/index.html
index f085716..791cd9e 100644
--- a/public/spec/index.html
+++ b/public/spec/index.html
@@ -899,10 +899,11 @@ C.1
C.2 Changes from 25 January 2020 to 09 August 2020
- Use
response_type=code
and make it required, to bring it in line with OAuth 2.0
- - Drop the
me
parameter from the token endpoint request
- - Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.
- - Drop the section describing communication between token endpoints and authorization endpoints as it was underused
- - Editorial changes and rearranging sections
+ - Require
grant_type=authorization_code
when redeeming the authorization code at the authorization endpoint
+ - Drop the
me
parameter from the token endpoint request
+ - Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.
+ - Drop the section describing communication between token endpoints and authorization endpoints as it was underused
+ - Editorial changes and rearranging sections