backend/v2.3.0

vercel/chatbotbackend/v2.3.0Dec 3, 2025by FlxMgdnz

AI Summary

This release focuses on enhancing 3rd party (OAuth, OIDC) integration by allowing users to manage their identities directly in their profiles and introducing support for OIDC ACR request parameters. Additionally, the system now supports 3rd party identities without requiring an email address to be returned.

Key Highlights

  • Authenticated users can now connect and manage configured 3rd party identities directly in the profile
  • Added support for OIDC ACR request parameter to enable custom communication
  • 3rd party identities no longer have to return an email address

New Features

  • OAuth connection management in user profiles
  • OIDC ACR request parameter support
  • Optional email address for 3rd party identities

Full Release Notes

This release brings several updates to Hanko’s 3rd party (OAuth, OIDC) integration:
- Authenticated users can now connect and manage configured 3rd party identities directly in the profile
- Added support for OIDC ACR request parameter to enable custom communication between the 3rd party and Hanko
- 3rd party identities no longer have to return an email address

## What's Changed
* feat: add acr values to custom thridparty provider by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/2305
* Feat oauth connection management by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/2304


**Full Changelog**: https://github.com/teamhanko/hanko/compare/backend/v2.2.1...backend/v2.3.0