Nest Auth Service
NestJS backend only keeps users' Google Identity ID in database. Email, phone number and address saved in Google Identity database.
Authentication response object:
{
id: "string",
role: "UserRole",
token: "string",
type: "string",
email: "string",
emailVerified: "boolean",
displayName: "string",
photoURL: "string",
}
Last updated
Was this helpful?