Files
discordeno/packages/utils
Fleny 3d2ff13e4d feat(oauth2): PKCE support (#4425)
* feat(utils): Add base64url encoding

RFC 7636 (Proof Key for Code Exchange by OAuth Public Clients) requires to encode the data with base64url encoding.

We don't support decoding as we don't need it for PKCE.

* feat(oauth2): Add PKCE support

* make PKCE code verifier optional, fixup comments

---------

Co-authored-by: Awesome Stickz <awesome@stickz.dev>
2025-10-27 19:43:55 +01:00
..
2025-10-27 19:43:55 +01:00
2025-10-27 19:43:55 +01:00

Discordeno Utils

Discord API library for Node.JS, Deno & Bun

Discord codecov action status

Utilities useful when using Discordeno.