pkce-js

0.0.2 • Public • Published

pkce-js

PKCE verifier and code_challenge generator for client or server-sided JS.

Can be used with React, Vue, Svelte as well as node.js.

Has typescript types.

// Usage:
import { pkce } from 'pkce-js';
const { verifier, challenge } = pkce();

Package Sidebar

Install

npm i pkce-js

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

43.6 kB

Total Files

10

Last publish

Collaborators

  • ymirke