backend/v0.10.2
teamhanko/hankobackend/v0.10.2Apr 10, 2024by lfleischmann
AI Summary
Fixes the presence of the email JWT claim on user creation and changes the default Passkey/WebAuthn attestation preference to 'direct' for better Windows compatibility.
Key Highlights
- Ensures `email` JWT claim is present on user creation
- Changed default Passkey/WebAuthn attestation conveyance preference from 'none' to 'direct' for better AAGUID handling on Windows
New Features
- Add updated email on user create
- Change default attestation mode
- Multiple dependency updates
Full Release Notes
## Highlights * Fix that ensures `email` JWT claim is present on user creation. * Change that sets the default Passkey/WebAuthn attestation conveyance preference from 'none' to 'direct' for better AAGUID handling on Windows. ## What's Changed * fix(jwt): add updated email on user create by @shentschel in https://github.com/teamhanko/hanko/pull/1416 * chore(deps): bump github.com/jackc/pgconn from 1.14.1 to 1.14.3 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1380 * chore(deps): bump jose from 4.15.4 to 4.15.5 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/1385 * chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/teamhanko/hanko/pull/1389 * chore(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1391 * chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1395 * chore(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1402 * chore(deps): bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.1 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1410 * chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /docs by @dependabot in https://github.com/teamhanko/hanko/pull/1399 * chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/1400 * chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs by @dependabot in https://github.com/teamhanko/hanko/pull/1406 * chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/1405 * Update README.md by @FlxMgdnz in https://github.com/teamhanko/hanko/pull/1408 * chore(deps): bump express from 4.18.1 to 4.19.2 in /docs by @dependabot in https://github.com/teamhanko/hanko/pull/1413 * chore(deps): bump express from 4.18.2 to 4.19.2 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/1414 * chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in https://github.com/teamhanko/hanko/pull/1422 * Roadmap updates by @FlxMgdnz in https://github.com/teamhanko/hanko/pull/1411 * chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1425 * chore(deps): bump github.com/go-webauthn/webauthn from 0.10.1 to 0.10.2 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1426 * chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1428 * enhance(webauthn): change default attestation mode by @shentschel in https://github.com/teamhanko/hanko/pull/1421 * chore: update versions to v0.10.2 by @lfleischmann in https://github.com/teamhanko/hanko/pull/1430 **Full Changelog**: https://github.com/teamhanko/hanko/compare/backend/v0.10.1...backend/v0.10.2