2026-06-11.0 #5770
fungc-io
announced in
Product Updates
2026-06-11.0
#5770
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Highlights
Link and unlink social logins from SDKs. End users can now connect or disconnect their OAuth/social providers themselves directly from the SDK, skipping the setting page.
Account recovery by username. The account recovery flow now works for projects that use a username as the primary login ID, not just email or phone. (Custom UI/Auth Flow only.)
Account lockout management. The Portal's User Details screen now shows a user's account lockout status and lets you reset it. The same is available through the Admin API via a new
resetAccountLockoutmutation, with audit logging for both.Redesigned Getting Started page. The Portal onboarding page has been rebuilt with a cleaner layout, clearer integration CTAs, and a responsive grid that adapts down to smaller screens.
Project switcher in the Portal header. A project selector now lives in the header.
Identities in the userinfo endpoint. The userinfo endpoint now returns an
identitiesclaim, including provider type, login ID type and key, and created/updated timestamps.Subresource Integrity (SRI). The Portal and AuthUI now emit SRI hashes and integrity-checked import maps for their bundled assets, hardening them against tampering.
Other changes
This discussion was created from the release 2026-06-11.0.
Beta Was this translation helpful? Give feedback.
All reactions