backend/v0.7.1
teamhanko/hankobackend/v0.7.1Jun 20, 2023by FlxMgdnz
AI Summary
A critical security release that fixes a vulnerability in the passcode API and adds JWT claims for better token verification.
Key Highlights
- Fixed a critical vulnerability in the passcode API.
- Added 'iss' (issuer) and 'aud' (audience) claims to JWTs.
- Added documentation for Vanilla JS integration.
New Features
- Passcode API security fix
- JWT claims update
- Vanilla JS integration guide
Full Release Notes
This release fixes a critical vulnerability we identified in the passcode API. Updating previous Hanko backend deployments is strongly recommended. ## What's Changed * test: update email handler tests by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/786 * feat add iss and aud claims by @like-a-bause in https://github.com/teamhanko/hanko/pull/780 * fix: tests now passing again. by @like-a-bause in https://github.com/teamhanko/hanko/pull/806 * docs: add vanilla js integration guide by @lfleischmann in https://github.com/teamhanko/hanko/pull/804 * Fix issue by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/816 **Full Changelog**: https://github.com/teamhanko/hanko/compare/backend/v0.7.0...backend/v0.7.1