dermesser / yup-oauth2

An oauth2 client implementation providing the Device, Installed, Service Account, and several more flows.
https://docs.rs/yup-oauth2/
Apache License 2.0
219 stars 114 forks source link

PKCE #199

Open Voronar opened 1 year ago

Voronar commented 1 year ago

Hi. Awesome library! PKCE (Proof Key for Code Exchange) is a popular securing measure across many identity providers. Is it hard to integrate it into this library? As I know it is just a few additional query parameters with some cryptography for its generation.