Skip to content

Version 1.21.0

Compare
Choose a tag to compare
@umputun umputun released this 02 Apr 06:17
· 72 commits to master since this release

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

Full Changelog: v1.20.0...v1.21.0