Name:
interface
Value:
Amplify has re-imagined the way frontend developers build fullstack applications. Develop and deploy without the hassle.
Gen1 DocsLegacy

Page updated Mar 26, 2026

メール

デフォルトでは、Amplify Authは email をユーザーサインインのデフォルト方法としてスカフォールドされます。

amplify/auth/resource.ts
import { defineAuth } from "@aws-amplify/backend"
export const auth = defineAuth({
loginWith: {
email: true,
},
})

これにより、サインアップで必須であり、変更できない email 属性が設定されます。

次のステップ