Skip to content

Releases: nrubin29/pkce_dart

pkce_dart v1.1.0+1

11 Jan 10:31
Compare
Choose a tag to compare
  • Minor documentation fix.

See v1.1.0 for breaking changes.

pkce_dart v1.1.0

11 Jan 10:23
Compare
Choose a tag to compare
  • 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 44 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.

pkce_dart v1.0.0+1

15 May 22:09
Compare
Choose a tag to compare

Fixed homepage in pubspec.

pkce_dart v1.0.0

15 May 22:04
f74c29d
Compare
Choose a tag to compare

Initial release.