Skip to content

fix/DOCS-5320-ACUL-React-SDK-updates#1038

Merged
BcnCarlos merged 10 commits intomainfrom
DOCS-5320-ACUL-React-SDK-updates
Apr 27, 2026
Merged

fix/DOCS-5320-ACUL-React-SDK-updates#1038
BcnCarlos merged 10 commits intomainfrom
DOCS-5320-ACUL-React-SDK-updates

Conversation

@BcnCarlos
Copy link
Copy Markdown
Contributor

@BcnCarlos BcnCarlos commented Apr 26, 2026

Summary

Update ACUL React SDK to match github repo.

Rewrites screen doc to match gold standard pattern: adds top description,
corrected import paths, fleshed-out methods with descriptions and typed
parameters, and cleaned-up Common/Utility Hooks section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@BcnCarlos BcnCarlos requested a review from a team as a code owner April 26, 2026 11:01
@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented Apr 26, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0 🟢 Ready View Preview Apr 26, 2026, 11:08 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 26, 2026

Summary

Status Count
🔍 Total 1270
✅ Successful 1
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 1269
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0
Full Github Actions output

…reens

Updated login, login-id, and login-password screen docs so all method
descriptions consistently start with "This method " per documentation standards.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… across screen docs

Update method descriptions in login-passwordless-email-code, login-passwordless-sms-otp, logout, signup, signup-id, and signup-password screens to consistently start with 'This method' for uniformity with the established screen doc standard.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Insert <Frame> screenshot components into 28 mfa screen pages that were missing them, sourced from the corresponding JS SDK screen documentation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add the missing useChangeLanguage hook to the Common/Utility Hooks
section of all 32 mfa-* React SDK screen reference pages. The hook
is exported from every mfa-* partial import path in TypeDoc but was
not documented in any of the screen docs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…dard

Reformatted all 32 mfa-* screen documentation files to align with the
established login screen format, including structured Import sections with
root/partial import examples, screen description intros, screen-specific
import paths, method descriptions with JSX examples, and inline
Common/Utility Hook descriptions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… in screen docs

- Remove UseErrorOptions, UseErrorsResult, ErrorsResult, and ErrorType
  ParamField entries from the Common/Utility Hooks section across all 64
  screen docs — these belong in the Types reference, not repeated per screen
- Fix mfa-begin-enroll-options: remove **Properties** header, fix inline
  description formatting, and correct malformed MfaEnrollFactorType URL

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
BcnCarlos and others added 2 commits April 26, 2026 22:06
…sword screen docs

Add 'This hook' prefix to all context and utility hook descriptions, add backtick
formatting around screen names, and insert missing screen-level hooks (useSignupId,
useSignupPassword) with correct TypeDoc interface links before ## Methods.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@BcnCarlos BcnCarlos changed the title DOCS-5320 ACUL React SDK updates fix/DOCS-5320-ACUL-React-SDK-updates Apr 27, 2026
Comment thread main/docs/libraries/acul/react-sdk/API-Reference/Screens/login-password/index.mdx Outdated
<ParamField body='federatedLogin' type={<span>void | Promise&lt;void&gt;</span>}>

Initiates authentication via a federated identity provider such as Google or GitHub.
This method initiates authentication via a federated identity provider such as Google or GitHub.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comma needed to follow convention

Comment thread main/docs/libraries/acul/react-sdk/API-Reference/Screens/login-password/index.mdx Outdated
<ParamField body='useOrganization' type={<span>() =&gt; <a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/OrganizationMembers">OrganizationMembers</a></span>}>

Provides information about the user's organization if the login is organization-scoped. Returns `null` when no organization context is present.
This hook provides information about the user's organization if the login is organization-scoped. Returns `null` when no organization context is present.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orgs should be capitalized if the reference is to Auth0 Orgs.

<ParamField body='resendOTP' type={<span>void | Promise&lt;void&gt;</span>}>

Resends the one-time password to the user's phone number.
This method resends the one-time password to the user's phone number.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We reference one-time password as (otp) as well as use this param. You should add the acronym here if it's not referenced earlier.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

…docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@BcnCarlos BcnCarlos merged commit f82a5dc into main Apr 27, 2026
5 checks passed
@BcnCarlos BcnCarlos deleted the DOCS-5320-ACUL-React-SDK-updates branch April 27, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants