mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-09-19 01:57:56 +08:00
Bump OpenIddict to 3.0.5
This commit is contained in:
@@ -63,6 +63,7 @@ While not recommended, support for the `code_challenge_method=plain` method can
|
||||
services.AddOpenIddict()
|
||||
.AddServer(options =>
|
||||
{
|
||||
options.Configure(options => options.CodeChallengeMethods.Add(CodeChallengeMethods.Plain));
|
||||
options.Configure(options => options.CodeChallengeMethods.Add(
|
||||
CodeChallengeMethods.Plain));
|
||||
});
|
||||
```
|
Reference in New Issue
Block a user