Skip to content

v1.4: Login with Facebook, IdP-initiated SSO, Email i18n

Latest
Compare
Choose a tag to compare
@FlxMgdnz FlxMgdnz released this 14 Feb 12:49
· 3 commits to main since this release
480e428

This version contains important improvements and bug fixes. Highlights include:

Facebook SSO

Facebook has been added as pre-configured Social SSO provider.

SAML IdP-initiated SSO

Hanko backend is now able to handle Identity provider initiated login requests. This is a key feature for B2B customers that require their own IdP to handle authentication to apps that use Hanko. Now, those B2B users can access apps that use Hanko via their "App directories" (e.g. Entra, Google Workspace, Okta) and initiate the authentication flow right from there. The existing SAML flow (SP-initiated SSO) can continue to be used. More info about the changes here #2046.

Email i18n

Emails sent by Hanko (e.g. passcodes) are now available in all languages supported by Hanko Elements. When sending emails, the email will use the Hanko Elements locale used in the current browser session if possible.

New webhooks

New webhook event types have been added:

  • user.login
  • user.password.changed
  • user.update.username.create
  • user.update.username.update
  • user.update.username.delete

Additionally, all webhook events now include the IP address and user agent strings.

Housekeeping

A new cleanup command has been added to remove expired database entries (flows, audit logs, webauthn credential session data).

What's Changed

Full Changelog: backend/v1.3.0...backend/v1.4.0