Changes
- Percent encode special characters in HMAC-SHA1 secrets (#72)
- Strip whitespace from request token body (#56)
- Update Go module dependencies
Contributions
- Use a centrally managed GitHub Workflow for go tests by @dghubble in #68
- Allow Go test Workflow to run on PRs by @dghubble in #69
- Fix HMAC-SHA1 key creation. by @jerryryle in #72
- Fix oauth_callback_confirmed comparison when server returns extra whitespace by @pscohn in #56
- Add changelog for new release by @dghubble in https://github.com/dghubble/oauth1/pull/73A
Dependencies
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #67
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #70
- Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #71
New Contributors
- @jerryryle made their first contribution in #72
- @pscohn made their first contribution in #56
Full Changelog: v0.7.2...v0.7.3