Skip to content

Releases: go-pkgz/auth

Version 1.24.2

22 Sep 19:26
Compare
Choose a tag to compare

What's Changed

  • Detect and set proper Content-Type for avatars by @paskal in #219

Full Changelog: v1.24.1...v1.24.2

Version 1.24.1

19 Sep 23:47
458e57e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.24.0...v1.24.1

Version 1.24.0

30 Jul 20:21
533e9f2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.23.0...v1.24.0

Version 1.23.0

22 Mar 22:46
d60c4b1
Compare
Choose a tag to compare

What's Changed

  • Remove bluemonday and fix double-escaping by @david-bezero in #184
  • Rename github.com/nullrocks/identicon to github.com/rrivera/identicon by @avbasov in #192
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #198
  • Update go modules, CI actions, fix golangci-lint errors by @paskal in #199

New Contributors

Full Changelog: v1.22.1...v1.23.0

Version 1.22.1

11 Jan 06:39
eb8671b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.22.0...v1.22.1

Version 1.22.0

21 Aug 16:09
cea049c
Compare
Choose a tag to compare

What's Changed

  • Fixed wrong gravatar url generation (lower case, file type) by @JayDi85 in #166
  • Fixed that gravatar doesn't updated at login sometimes by @JayDi85 in #161
  • Switch to go v1.20 and update deps by @umputun in #169
  • Fix TestTelegramConfirmedRequest failing in GitHub Actions by @paskal in #170
  • Update Google auth setup instructions by @paskal in #171
  • update go modules by @paskal in #175
  • check if user's provider is in the list of current providers by @umputun in #176

New Contributors

Full Changelog: v1.21.0...v1.22.0

Version 1.21.0

02 Apr 06:17
Compare
Choose a tag to compare

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

Version 1.20.0

03 Oct 07:44
Compare
Choose a tag to compare

What's Changed

  • Remove unused mockery call, regenerate moq by @paskal in #126
  • Support mongodb+srv:https:// in image store, increase timeout on 30s by @paskal in #129
  • Bump go modules, switch from local email client to go-pkgz/email by @paskal in #128

Full Changelog: v1.19.1...v1.20.0

v1.19.1

26 Aug 20:07
5051c71
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.19.0...v1.19.1

Version 1.19.0

19 Feb 19:37
Compare
Choose a tag to compare

What's Changed

  • multiple improvements to telegram auth by @paskal in #99
  • [telegram] add the ability to process updates from the third source by @paskal in #100
  • allow to configure DevServer to return email by @alek-sys in #102
  • [telegram] return telegram bot username when Run is not used by @paskal in #104
  • support both personal and work/school Microsoft accounts by @0xmohit in #107
  • fix _example with CustomProvider on go-auth2/oauth2 server by @nbys in #108
  • switch go-oauth2 to v4 and updates deps by @umputun
  • add /status endpoint
  • bump dependencies by @paskal in #105
  • fix status handler panics if user didn't finish the auth process by @umputun #103
  • switch CI pipelines to go 1.17 by @umputun

New Contributors

Full Changelog: v1.18.0...v1.19.0