Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document breaking change in Change Log. #69

Merged
merged 1 commit into from
Nov 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/source/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,7 @@
<h3>Changes from 25 January 2020 to 09 August 2020</h3>
<ul>
<li>Use <code>response_type=code</code> and make it required, to bring it in line with OAuth 2.0</li>
<li>Require <code>grant_type=authorization_code</code> when redeeming the authorization code at the authorization endpoint</li>
<li>Drop the <code>me</code> parameter from the token endpoint request</li>
<li>Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.</li>
<li>Drop the section describing communication between token endpoints and authorization endpoints as it was underused</li>
Expand Down
9 changes: 5 additions & 4 deletions public/spec/20200809/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -809,10 +809,11 @@ <h2 id="c-change-log"><bdi class="secno">C. </bdi>Change Log<a class="self-link"
<h3 id="c-1-changes-from-25-january-2020-to-this-version"><bdi class="secno">C.1 </bdi>Changes from 25 January 2020 to this version<a class="self-link" aria-label="§" href="#changes-from-25-january-2020-to-this-version"></a></h3>
<ul>
<li id="changes-from-25-january-2020-to-this-version-li-1">Use <code>response_type=code</code> and make it required, to bring it in line with OAuth 2.0</li>
<li id="changes-from-25-january-2020-to-this-version-li-2">Drop the <code>me</code> parameter from the token endpoint request</li>
<li id="changes-from-25-january-2020-to-this-version-li-3">Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.</li>
<li id="changes-from-25-january-2020-to-this-version-li-4">Drop the section describing communication between token endpoints and authorization endpoints as it was underused</li>
<li id="changes-from-25-january-2020-to-this-version-li-5">Editorial changes and rearranging sections</li>
<li id="changes-from-25-january-2020-to-this-version-li-2">Require <code>grant_type=authorization_code</code> when redeeming the authorization code at the authorization endpoint</li>
<li id="changes-from-25-january-2020-to-this-version-li-3">Drop the <code>me</code> parameter from the token endpoint request</li>
<li id="changes-from-25-january-2020-to-this-version-li-4">Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.</li>
<li id="changes-from-25-january-2020-to-this-version-li-5">Drop the section describing communication between token endpoints and authorization endpoints as it was underused</li>
<li id="changes-from-25-january-2020-to-this-version-li-6">Editorial changes and rearranging sections</li>
</ul>
</section>

Expand Down
9 changes: 5 additions & 4 deletions public/spec/20200926/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -899,10 +899,11 @@ <h3 id="c-1-changes-from-09-august-2020-to-this-version"><bdi class="secno">C.1
<h3 id="c-2-changes-from-25-january-2020-to-09-august-2020"><bdi class="secno">C.2 </bdi>Changes from 25 January 2020 to 09 August 2020<a class="self-link" aria-label="§" href="#changes-from-25-january-2020-to-09-august-2020"></a></h3>
<ul>
<li id="changes-from-25-january-2020-to-09-august-2020-li-1">Use <code>response_type=code</code> and make it required, to bring it in line with OAuth 2.0</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-2">Drop the <code>me</code> parameter from the token endpoint request</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-3">Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-4">Drop the section describing communication between token endpoints and authorization endpoints as it was underused</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-5">Editorial changes and rearranging sections</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-2">Require <code>grant_type=authorization_code</code> when redeeming the authorization code at the authorization endpoint</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-3">Drop the <code>me</code> parameter from the token endpoint request</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-4">Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-5">Drop the section describing communication between token endpoints and authorization endpoints as it was underused</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-6">Editorial changes and rearranging sections</li>
</ul>
</section>

Expand Down
9 changes: 5 additions & 4 deletions public/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -899,10 +899,11 @@ <h3 id="c-1-changes-from-09-august-2020-to-this-version"><bdi class="secno">C.1
<h3 id="c-2-changes-from-25-january-2020-to-09-august-2020"><bdi class="secno">C.2 </bdi>Changes from 25 January 2020 to 09 August 2020<a class="self-link" aria-label="§" href="#changes-from-25-january-2020-to-09-august-2020"></a></h3>
<ul>
<li id="changes-from-25-january-2020-to-09-august-2020-li-1">Use <code>response_type=code</code> and make it required, to bring it in line with OAuth 2.0</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-2">Drop the <code>me</code> parameter from the token endpoint request</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-3">Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-4">Drop the section describing communication between token endpoints and authorization endpoints as it was underused</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-5">Editorial changes and rearranging sections</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-2">Require <code>grant_type=authorization_code</code> when redeeming the authorization code at the authorization endpoint</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-3">Drop the <code>me</code> parameter from the token endpoint request</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-4">Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-5">Drop the section describing communication between token endpoints and authorization endpoints as it was underused</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-6">Editorial changes and rearranging sections</li>
</ul>
</section>

Expand Down