1.0.1 • Published 2 months ago

workxero.pkce v1.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 months ago

workxero.pkce

Generates a Proof Key for Code Exchange (PKCE) challenge pair in browser environments that does not have the SubtleCrypto interface exposed like Coherent GT in Microsoft Flight Simulator 2020.

Installation

npm install workxero.pkce

or

yarn add workxero.pkce

Usage

const pkce = require("workxero.pkce");
pkce();

Returns an object with code_verifier and code_challenge like this:

{
    code_verifier: 'YnV4cVnTBbubIHcn-zOuTvi26G9bI0cSb-28loIj27g',
    code_challenge: 'XniLYb3i4x_gmyTcl8fvklzHagRKIIO4dSX-ZZl-cP4'
}
1.0.1

2 months ago

1.0.0

7 months ago