Releases: go-pkgz/auth
Releases · go-pkgz/auth
Version 1.24.2
What's Changed
Full Changelog: v1.24.1...v1.24.2
Version 1.24.1
What's Changed
- Fix TestTelegramConfirmedRequest by @cyb3r4nt in #215
- Fix golangci-lint warnings by @cyb3r4nt in #214
- Fix Content-Type at /logout endpoint by @paskal in #218
- docs: Update Apple Auth Provider section of README by @tomy0000000 in #212
New Contributors
- @tomy0000000 made their first contribution in #212
Full Changelog: v1.24.0...v1.24.1
Version 1.24.0
What's Changed
- Set proper "content-type" while calling JwtService.Reset() by @iRay in #203
- Fix registration of dev provider in Service.authMiddleware.Providers by @cyb3r4nt in #201
- Update go modules by @paskal in #206
- Implement XSRFIgnoreMethods by @oalexander6 in #207
- Implement IgnoreXSRFMethods for v2 by @oalexander6 in #210
- Update go modules, youmark/pkcs8 by @paskal in #209
- Update jwt package from v3 to v5 by @paskal in #205
- Add v2 version of the package by @paskal in #200
New Contributors
- @iRay made their first contribution in #203
- @cyb3r4nt made their first contribution in #201
- @oalexander6 made their first contribution in #207
Full Changelog: v1.23.0...v1.24.0
Version 1.23.0
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
- @david-bezero made their first contribution in #184
- @avbasov made their first contribution in #192
Full Changelog: v1.22.1...v1.23.0
Version 1.22.1
What's Changed
- Add possibility to get additional user data (additional scope) by @VladimirZaets in #163
- Bump golang.org/x/net from 0.14.0 to 0.17.0 in /_example by @dependabot in #182
- Add lint exception for test Apple private key by @paskal in #186
- TLS InsecureSkipVerify option by @vladimirdulov in #187
- bump the email module to v0.5.0 version by @vladimirdulov in #191
New Contributors
- @VladimirZaets made their first contribution in #163
- @dependabot made their first contribution in #182
- @vladimirdulov made their first contribution in #187
Full Changelog: v1.22.0...v1.22.1
Version 1.22.0
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
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
Version 1.20.0
v1.19.1
What's Changed
- fix typo in auth.go by @igorxciv in #113
- fix typo in test in auth_test.go by @igorxciv in #114
- README.md: fixed mistake in syntax and updated link by @vblz in #116
- Get rid of errors package in favour of fmt by @paskal in #117
- fix wrong error returned by @paskal in #118
- sanitize both user and address in verified provider by @umputun in #119
- Custom dev host by @umputun in #125
New Contributors
Full Changelog: v1.19.0...v1.19.1
Version 1.19.0
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