Version 1.21.0
What's Changed
- Added hyperlink to "query strings are not secure" by @guettli in #134
- Use assert.NoError in place of Nil, remove ioutil usage, bump golangci-lint by @paskal in #138
- Verify that Close() calls are idempotent by @paskal in #139
- Don't panic on wrong Apple private key type by @paskal in #140
- Fix nil ptr panic in auth.go by @Zhomart in #142
- Fix custom server return URL decoding by @paskal in #143
- Bump go modules, sync _example with main module by @paskal in #144
- Add test JWT token generation instructions by @paskal in #145
- Pass bearer token by @boryashkin in #124
- Update go modules by @paskal in #150
- Update go modules, x/net in particular by @paskal in #158
- Bump golangci-lint by @paskal in #159
- add ability to specify response_mode for apple auth by @akellbl4 in #149
New Contributors
- @guettli made their first contribution in #134
- @Zhomart made their first contribution in #142
- @boryashkin made their first contribution in #124
- @akellbl4 made their first contribution in #149
Full Changelog: v1.20.0...v1.21.0