Skip to content

ViewSignIn

Overview

Default sign-in view. Renders an email and password credential form inside an AuthorizingForm card. Post-login routing and MFA pending-flow detection come from AuthorizingForm (via useSignInFlow); submission, loading, and server-side validation mapping come from the inner ActionForm.

Integrators can use this view as-is, adjust copy and behaviour through props (header, subTitle, redirect, formProps, requireRecentLogin, theme overrides, all forwarded to AuthorizingForm), or replace individual pieces through the field(email), widget(email), field(password), widget(password), and action-bar slots. Any other AuthorizingForm or ActionForm slot is forwarded through.

Slots

NameScopedDescription
auth-form-prefix-header
auth-form-inneryes
headeryes
contentyes
suffix
invalid-message
field(email)yes
widget(email)yes
field(password)yes
widget(password)yes
action-baryes

Full slot reference

Events

NameDescription
form-objectEmitted on mount with a readonly ref to the reactive form values object.
form-contextEmitted on mount with the form context. Use its methods for programmatic form updates.

Full event reference

Source

client/lib/views/ViewSignIn.vue

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2