Skip to content

Commit 8b47656

Browse files
rickyromboCopilot
andcommitted
Update packages/sdk/src/sdk/oauth/pkce.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1e24b30 commit 8b47656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/src/sdk/oauth/pkce.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* PKCE (Proof Key for Code Exchange) helpers per RFC 7636.
33
*
4-
* Works in both browser (Web Crypto) and Node ≥ 15 (`globalThis.crypto`).
4+
* Works in both browser (Web Crypto) and Node ≥ 22 (built-in Web Crypto via `globalThis.crypto`).
55
*/
66

77
/**

0 commit comments

Comments
 (0)