Skip to content

Releases: matthewhartstonge/pkce

v0.1.2

26 Jan 11:24
d2c0c32
Compare
Choose a tag to compare

🚢 v0.1.2 - 2022-01-27

Added

  • ✅ pkce: adds tests.

Changed

  • ♻️ options: orders options alphabetically.

Fixed

  • 🐛 options: fixes challenge method being able to be set with invalid values.
  • 🐛 pkce: stops invalid methods from being able to be set.
  • 🐛 pkce: stops the code verifier length being overwritten if code verifier is set.
  • 🐛 pkce: ensures getCodeVerifier checks against nilness and emptiness.

v0.1.1

25 Jan 04:26
Compare
Choose a tag to compare

🚢 v0.1.1 - 2022-01-25

Added

  • 📝 README: adds code verifier verification examples.
  • 📄 LICENSE: adds MIT license. Fixes #4.
  • 👷 ci/cd: enables github actions. Fixes #3.
  • 📝 README: adds go reference, go report and github action build badges.

Fixed

  • 📝 README: fixes a couple of spelling misteaks.
  • 🚨 pkce: fixes whitespace issues (wsl).
  • 🚨 validation: simplifies if-return (revive).
  • 🚨 errors: reduces line lengths (lll).

v0.1.0

24 Jan 12:45
ed489e1
Compare
Choose a tag to compare

🚢 v0.1.0 - 2022-01-25

Added

  • Generation of code verifier and code challenge.
  • Code verifier and code challenge spec-compliant validation.
  • Verification for an incoming code verifier.
  • URL parameter key constants.