mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-04-05 17:38:03 +08:00
Update the documentation pages
This commit is contained in:
parent
0d4088aac0
commit
54097c585d
11
index.html
11
index.html
@ -173,6 +173,12 @@ can be found in the <a href="https://github.com/openiddict/openiddict-samples">d
|
||||
<td><span class="emoji" shortcode="heavy_check_mark">✔️</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ASP.NET Core 7.0</td>
|
||||
<td>.NET 7.0</td>
|
||||
<td><span class="emoji" shortcode="warning">⚠️</span> <span class="emoji" shortcode="information_source">ℹ️</span></td>
|
||||
<td><span class="emoji" shortcode="warning">⚠️</span> <span class="emoji" shortcode="information_source">ℹ️</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
@ -198,9 +204,12 @@ can be found in the <a href="https://github.com/openiddict/openiddict-samples">d
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><span class="emoji" shortcode="exclamation">❗</span> <strong>Note: ASP.NET Core 2.1 on .NET Core 2.1 and ASP.NET Core 5.0 on .NET 5.0 are no longer supported. While OpenIddict 4.x can still be
|
||||
<p><span class="emoji" shortcode="exclamation">❗</span> <strong>Note: ASP.NET Core 2.1 on .NET Core 2.1 and ASP.NET Core 5.0 on .NET 5.0 are no longer supported by Microsoft. While OpenIddict 4.x can still be
|
||||
used on .NET Core 2.1 thanks to its .NET Standard 2.0 compatibility, users are strongly encouraged to migrate to ASP.NET Core/.NET 6.0</strong>.
|
||||
ASP.NET Core 2.1 on .NET Framework 4.6.1 (and higher) is still fully supported.</p>
|
||||
<p><span class="emoji" shortcode="exclamation">❗</span> Note: OpenIddict is impacted by a breaking change introduced in ASP.NET Core 7.0 and may require using an <code>AppContext</code> compatibility
|
||||
switch if the application only uses the OpenIddict server feature alone without any other authentication handler registered.
|
||||
For more information, read <a href="https://github.com/dotnet/aspnetcore/issues/44661">ASP.NET Core 7.0's default authentication handler fallback breaks OpenIddict</a>.</p>
|
||||
<p><span class="emoji" shortcode="information_source">ℹ️</span> <strong>Note: the following features are not available when targeting .NET Framework 4.6.1</strong>:</p>
|
||||
<ul>
|
||||
<li>X.509 development encryption/signing certificates: calling <code>AddDevelopmentEncryptionCertificate()</code> or <code>AddDevelopmentSigningCertificate()</code>
|
||||
|
@ -1682,7 +1682,7 @@
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "index.html",
|
||||
"hash": "kumg1o38TZzb+1NoZDgD9w=="
|
||||
"hash": "sTbthPUYOvT8SLmwaqXvOw=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
Loading…
Reference in New Issue
Block a user