/identity-reconciler

identity-reconciler

Primary LanguageTypeScript

Identity Reconciler

Deployed URL

Setting up locally

mv .env.example .env
# Fill in the .env file with the required values

pnpm install
pnpm dev

Send POST request to /identify with the following body

{
  "email": "test@example.com",
  "phoneNumber": 9999999999
}