backend/v0.8.2

teamhanko/hankobackend/v0.8.2Aug 2, 2023by FlxMgdnz

AI Summary

Contains minor bug fixes and improvements, including corrections to cookie handling logic and frontend SDK version consistency within the elements.

Key Highlights

  • Fixed cookie setting logic to avoid setting cookies when a JWT is already present in the header.
  • Resolved issue where hanko-elements was using a wrong version of the frontend-sdk.
  • Improved backend configuration JSON schema generation.
  • Allow starting Hanko backend without a configuration file.

New Features

  • Cookie logic fix
  • Frontend SDK version consistency
  • Optional config file support

Full Release Notes

Another minor release with some fixes and improvements.

## What's Changed
* fix: don't set cookie when jwt is set in header by @lfleischmann in https://github.com/teamhanko/hanko/pull/929
* fix: only set prefilledEmail when email input is empty by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/932
* ci: introduce stale issue workflow by @tungbq in https://github.com/teamhanko/hanko/pull/934
* fix: hanko-elements uses wrong frontend-sdk version by @bjoern-m in https://github.com/teamhanko/hanko/pull/937
* Update README.md by @FlxMgdnz in https://github.com/teamhanko/hanko/pull/939
* feat: generate more accurate backend config jsonschema by @lfleischmann in https://github.com/teamhanko/hanko/pull/941
* chore: frontend version bump by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/938

## New Contributors
* @tungbq made their first contribution in https://github.com/teamhanko/hanko/pull/934

**Full Changelog**: https://github.com/teamhanko/hanko/compare/backend/v0.8.1...backend/v0.8.2