pkce 1.1.0+1 copy "pkce: ^1.1.0+1" to clipboard
pkce: ^1.1.0+1 copied to clipboard

Generates code verifier and code challenge pairs for PKCE (Proof Key for Code Exchange).

1.1.0+1 #

  • Minor documentation fix.

1.1.0 #

  • BREAKING: Removed the stripTrailingPadding parameter as padding should always be removed as per the spec. If your code passed stripTrailingPadding: true, you can simply remove this parameter and the behavior won't change. If your code passed stripTrailingPadding: false or didn't pass anything, the behavior will change. This shouldn't be a problem, but feel free to open an issue if it is.
  • BREAKING: The length parameter now represents the length of the code verifier before it is base64 encoded, so length: 32 corresponds to a code verifier of length 43 and length: 96 corresponds to a length of 128. The length parameter must be between 32 and 96, inclusive, and I strongly recommend using the default length of 32 suggested by the spec.

1.0.0+1 #

  • Fixed homepage in pubspec

1.0.0 #

  • Initial version.
16
likes
140
pub points
95%
popularity

Publisher

verified publishernrubintech.com

Generates code verifier and code challenge pairs for PKCE (Proof Key for Code Exchange).

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

crypto

More

Packages that depend on pkce