backend/v0.10.1
teamhanko/hankobackend/v0.10.1Mar 27, 2024by FlxMgdnz
AI Summary
Adds the email claim to the session JWT for easier access and introduces Discord as a new Social SSO provider.
Key Highlights
- Email claim added to session JWT
- New Social SSO provider: Discord
New Features
- Improved webhook documentation
- Added Discord provider
- Fixed HasEvent logic for webhooks
- Added webhooks trigger to thirdparty auth
- Multiple dependency updates
Full Release Notes
## Highlights * Email claim added to session JWT, allowing developers to quickly retrieve the user's primary email address * New Social SSO provider: Discord ## What's Changed * chore(deps): bump github.com/go-playground/validator/v10 from 10.17.0 to 10.18.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1342 * chore: update debug dockerfile by @lfleischmann in https://github.com/teamhanko/hanko/pull/1352 * chore(webhooks): improve webhook docs by @shentschel in https://github.com/teamhanko/hanko/pull/1351 * feat(thirdparty): add discord provider by @lfleischmann in https://github.com/teamhanko/hanko/pull/1353 * fix(webhooks): fix HasEvent logic by @shentschel in https://github.com/teamhanko/hanko/pull/1355 * chore(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.19 to 2.0.20 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1358 * chore(deps-dev): bump ip from 2.0.0 to 2.0.1 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/1359 * Roadmap updated by @FlxMgdnz in https://github.com/teamhanko/hanko/pull/1363 * feat(webhooks): add webhooks trigger to thirdparty auth by @shentschel in https://github.com/teamhanko/hanko/pull/1367 * chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.21.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1378 * chore(deps): bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1377 * chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1375 * chore(deps): bump github.com/gomodule/redigo from 1.8.9 to 1.9.2 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1365 * chore(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1379 * chore(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.20 to 2.0.21 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1386 * chore(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.19 to 2.0.21 in /quickstart by @dependabot in https://github.com/teamhanko/hanko/pull/1387 * Fix links in README.md by @wttw in https://github.com/teamhanko/hanko/pull/1407 * feat(jwt): add email claim to session JWT by @shentschel in https://github.com/teamhanko/hanko/pull/1404 ## New Contributors * @wttw made their first contribution in https://github.com/teamhanko/hanko/pull/1407 **Full Changelog**: https://github.com/teamhanko/hanko/compare/backend/v0.10.0...backend/v0.10.1