backend/v0.8.1
teamhanko/hankobackend/v0.8.1Jul 24, 2023by like-a-bause
AI Summary
Adds user-friendly options for importing users via URL and customizing cookie names, alongside improvements to user verification configuration.
Key Highlights
- Added option to use a URL for user import files instead of local paths.
- New configuration option to change the authentication cookie name.
- User verification configuration is now preferred as the default setting.
- Audit logger improvements and fixes.
New Features
- URL-based user import
- Custom cookie naming
- User verification configuration
Full Release Notes
Small release containing some minor features and bugfixes. ## What's Changed * chore: remove the -beta from the fronend versions. The prerelease is … by @like-a-bause in https://github.com/teamhanko/hanko/pull/892 * Fix audit logger improvements by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/888 * Feat let cookie name be changed by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/885 * chore(deps): bump github.com/brianvoe/gofakeit/v6 from 6.22.0 to 6.23.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/895 * chore(deps-dev): bump @typescript-eslint/parser from 5.59.1 to 5.62.0 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/896 * Attribute to pre-fill the email address by @bjoern-m in https://github.com/teamhanko/hanko/pull/889 * chore(deps): bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/894 * chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs by @dependabot in https://github.com/teamhanko/hanko/pull/898 * chore(deps): bump semver from 5.7.1 to 5.7.2 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/897 * chore(deps-dev): bump @rushstack/eslint-patch from 1.2.0 to 1.3.2 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/859 * Update README.md by @like-a-bause in https://github.com/teamhanko/hanko/pull/900 * feat: add option to use a url to the user import file by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/901 * chore(deps-dev): bump karma-coverage from 2.2.0 to 2.2.1 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/903 * fix(hanko-elements): translations shown when lang attribute is missing by @bjoern-m in https://github.com/teamhanko/hanko/pull/907 * chore(deps-dev): bump jest-environment-jsdom from 29.5.0 to 29.6.1 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/908 * chore(deps-dev): bump jasmine-core from 4.5.0 to 4.6.0 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/910 * chore(deps-dev): bump turbo from 1.10.2 to 1.10.7 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/902 * chore(deps-dev): bump @types/jasmine from 4.3.1 to 4.3.5 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/912 * docs(api-spec): fix wrong type of transports for webauthn reg finaliz… by @lfleischmann in https://github.com/teamhanko/hanko/pull/919 * chore(deps): bump react-router-dom from 6.10.0 to 6.14.2 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/916 * chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /frontend by @dependabot in https://github.com/teamhanko/hanko/pull/921 * chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /e2e by @dependabot in https://github.com/teamhanko/hanko/pull/920 * fix: fix user import via url by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/906 * feat: make user verification configurable, preferred as default by @lfleischmann in https://github.com/teamhanko/hanko/pull/909 * fix(deploy): set correct webauthn settings in k8s x-domain config by @lfleischmann in https://github.com/teamhanko/hanko/pull/924 **Full Changelog**: https://github.com/teamhanko/hanko/compare/backend/v0.8.0...backend/v0.8.1