Skip to content

2024-05-31.0

Compare
Choose a tag to compare
@fungc-io fungc-io released this 31 May 13:11
· 3658 commits to main since this release
  • ㊙️ In Import API, you can now mark passwords as expired and force the user to create a new password in their next login
  • 🔗 Auto Account Linking: When login using a social/enterprise connection, and the email address conflicts with an existing user, the account can be linked.
    • e.g. a user signed up with [email protected] and password before and later login with their Google account of the same address, they can link it to the account and log in with both password and Google in the future.
  • 🆔 Provide separate options to disallow users to add, edit, or remove their identities (email/phone/username).
  • 🔐 Login with Passkey without entering email/phone/username in hybrid signup/login flow
  • 🌐 Added support for Simplified Chinese and fixed Portuguese and Spanish translations
  • ⏰ Added session expired dialog in the portal
  • 🍪 Moved cookie preference option in the portal to the top-right menu
  • 🏰 Other misc UX & security fixes