quote
This commit is contained in:
parent
daa18efc99
commit
cb2089981a
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ export class OAuth2ProviderService {
|
||||||
}>(1000 * 60 * 5); // expires after 5m
|
}>(1000 * 60 * 5); // expires after 5m
|
||||||
|
|
||||||
// https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics
|
// https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics
|
||||||
// Authorization servers MUST support PKCE [RFC7636].
|
// "Authorization servers MUST support PKCE [RFC7636]."
|
||||||
this.#server.grant(oauth2Pkce.extensions());
|
this.#server.grant(oauth2Pkce.extensions());
|
||||||
this.#server.grant(oauth2orize.grant.code({
|
this.#server.grant(oauth2orize.grant.code({
|
||||||
modes: getQueryMode(config.url),
|
modes: getQueryMode(config.url),
|
||||||
|
|
Loading…
Reference in a new issue