Skip to content

feat(reactjs-todo-journey): webauthn autofill - #136

Merged
ancheetah merged 1 commit into
mainfrom
SDKS-4579-passkey-autofill
Sep 16, 2026
Merged

ancheetah merged 1 commit into
mainfrom
SDKS-4579-passkey-autofill

Conversation

@ancheetah

@ancheetah ancheetah commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

https://pingidentity.atlassian.net/browse/SDKS-4579

http://localhost:8443/login?journey=TEST_AutofillPasskeyWebAuthn_autocomplete_conditional

Screenshot 2026-09-14 at 2 51 20 PM

@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: a6f78077-d910-4c5f-b963-d7b6487b2601


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@vatsalparikh vatsalparikh left a comment

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.

Minor comment

@ancheetah
ancheetah force-pushed the SDKS-4579-passkey-autofill branch from 773c334 to d4d0a8f Compare September 15, 2026 21:47
cerebrl
cerebrl previously approved these changes Sep 15, 2026
Comment on lines +163 to +182
const callbacksForm = <form
className="cstm_form"
onSubmit={(event) => {
event.preventDefault();
// Indicate form processing
setSubmittingForm(true);
// set currently rendered step as step to be submitted
setSubmissionStep(renderStep);
}}
>
{formFailureMessage ? <Alert message={formFailureMessage} type="error" /> : null}
{
/**
* Map over the callbacks in renderStep and render the appropriate
* component for each one.
*/
renderStep?.callbacks.map(mapCallbacksToComponents)
}
<Button buttonText={formMetadata.buttonText} submittingForm={submittingForm} />
</form>

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.

Non-blocking: can we surround this assignment with parentheses, fix the indent and add a semicolon?

vatsalparikh
vatsalparikh previously approved these changes Sep 16, 2026

@vatsalparikh vatsalparikh left a comment

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.

Code looks good!

My expectation from the various autofill journeys is that the product behavior / UX should be to fall back to login page if a journey has both login (user / pass) and webauthn (autofill). A user should never see a popup. But that's a product case.

As far as this sample app is concerned, demonstrating registration, authentication with webauthn, and authentication with autofill is sufficient.

@ancheetah
ancheetah dismissed stale reviews from vatsalparikh and cerebrl via 4ec0f24 September 16, 2026 18:52
@ancheetah
ancheetah force-pushed the SDKS-4579-passkey-autofill branch from d4d0a8f to 4ec0f24 Compare September 16, 2026 18:52
@ancheetah
ancheetah merged commit be0e7e8 into main Sep 16, 2026
17 checks passed
@ancheetah
ancheetah deleted the SDKS-4579-passkey-autofill branch September 16, 2026 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants