Releases: matthewhartstonge/pkce
Releases · matthewhartstonge/pkce
v0.1.2
🚢 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
🚢 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).