콘텐츠로 이동

인증 API

Better Auth 기반의 인증 API를 설명합니다.

await authClient.signIn.email({
email: 'user@example.com',
password: 'password'
});