commonSignInResolvers.emailLocalPartMatchingUserEntityName
Home > @backstage/plugin-auth-node > commonSignInResolvers > emailLocalPartMatchingUserEntityName
A common sign-in resolver that looks up the user using the local part of their email address as the entity name.
Signature:
emailLocalPartMatchingUserEntityName: import("./createSignInResolverFactory").SignInResolverFactory<unknown, {
allowedDomains?: string[] | undefined;
dangerouslyAllowSignInWithoutUserInCatalog?: boolean | undefined;
} | undefined>