Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 961 Bytes

File metadata and controls

26 lines (16 loc) · 961 Bytes

Variable: nopkce

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


const nopkce: unique symbol

Warning

This option has security implications that must be understood, assessed for applicability, and accepted before use.

Use this as a value to authorizationCodeGrantRequest codeVerifier parameter to skip the use of PKCE.

Deprecated

To make it stand out as something you shouldn't have the need to use as the use of PKCE is backwards compatible with authorization servers that don't support it and properly ignore unrecognized parameters.

See

RFC 7636 - Proof Key for Code Exchange (PKCE)