Skip to content

v0.71.5

Choose a tag to compare

@ulsklyc ulsklyc released this 11 Jun 13:50
· 123 commits to main since this release

Fixed

  • SSO account matching: signing in via OIDC no longer always creates a new account (e.g. username-1) when one with the same email already exists. An existing local account is now linked automatically when the provider reports a verified email (email_verified: true) and exactly one account holds that address. Unverified or ambiguous emails still get a separate account, preventing account takeover.