feat/ update ACUL SDK references to v1.7.0 - #1819
Open
BcnCarlos wants to merge 5 commits into
Open
Conversation
Documents new identifier/phoneCountryCode fields on login and signup, the new LoginPassword.switchToOtp method, PasskeyRead.rpId, theme identifiers, and the countryCodes property added to every screen class. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Contributor
Summary
Errors per inputErrors in main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushChallengePush.mdx
Errors in main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushEnrollmentQr.mdx
Run on commit 53b82f8. |
- PasskeyRead: challenge is typed as the unexported Base64URLString alias in the source; the code example now shows string, matching what the prop table already documented and what's actually importable from the package. Addresses Nick's review comment. - Add missing googleOneTapConfig property to ScreenMembersOnLogin, ScreenMembersOnLoginId, ScreenMembersOnSignup, and ScreenMembersOnSignupId, which have carried it since v1.6.0. The class docs already reference screen.googleOneTapConfig in prose, but the property was undocumented on the interface reference pages. - Add GoogleOneTapConfig.mdx, which didn't exist despite sibling common interfaces (CustomOptions, WebAuthnErrorDetails) having pages.
…nLoginId.data The parsed screen.data only carries activeIdentifierType (renamed from active_identifier_type by getScreenData()); passkey info is already exposed separately via the publicKey property. The passkey field was copied over from the raw ExtendedScreenContext.data shape, which is not what consumers see on screen.data. Confirmed against screen-override.ts and the published TypeDoc reference.
nick-gagliardi
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the
@auth0/auth0-acul-jsand@auth0/auth0-acul-reactreference docs for [v1.7.0]Every change was verified directly against the SDK source.
login()(Login,LoginId) gainsidentifier(new preferred field),identifierType, andphoneCountryCode;usernameis now documented as the accepted legacy spelling.screen.data.activeIdentifierTypedocumented on both screens.signup()(Signup,SignupId) gainsphoneCountryCode.LoginPassword.switchToOtp()— new method (the changelog attributed this to the identifier-challenge screens; it's actually onLoginPassword).screen.data.showSwitchToOtpButtondocumented alongside it.PasskeyRead.rpId— newPasskeyReadinterface page (didn't exist before); fixesLoginId'spublicKeyproperty, which was linked to the wrong interface.BrandingThemes.default.identifiers(ThemeIdentifiers— login display, OTP autocomplete, phone display formatting/masking).countryCodeswas added to the SDK's sharedBaseMembersbase type, so it's present on every screen. Added to all 80 screen class docs' Properties sections for consistency with how every other base property (organization,tenant, etc.) is already fully documented per class.New reference pages:
CountryCodesMembers,AvailableCountryCode,ThemeIdentifiers,PasskeyRead.No navigation changes needed — confirmed
Screens/interfaces/*.mdxpages aren't listed inconfig/navigation/sdk-libraries.json(onlyScreens/classes/*pages are).Test plan
Login,LoginId,Signup,SignupId,LoginPassword) in previewcountryCodesproperty renders correctly on a sample of the 80 updated class docs🤖 Generated with Claude Code