Hello, I'm testing around and I noticed that the r...
# help
p
Hello, I'm testing around and I noticed that the response to a signup requests returns user data if the account already exists, like confirmation date and last sign in
Copy code
{
  "id": "3f70b1fc-dd02-4c00-a7b0-3aa3aff432d9",
  "aud": "authenticated",
  "role": "authenticated",
  "email": "[CENSORED]",
  "email_confirmed_at": "2021-11-15T23:03:18.261849619Z",
  "phone": "",
  "confirmation_sent_at": "2021-11-15T23:03:18.261849619Z",
  "confirmed_at": "2021-11-15T23:03:18.261849619Z",
  "recovery_sent_at": "2021-11-15T21:21:02.274531Z",
  "last_sign_in_at": "2021-11-15T23:03:18.261849619Z",
  "app_metadata": {
    "provider": "email",
    "providers": [
      "email"
    ]
  },
  "user_metadata": {},
  "identities": [],
  "created_at": "2021-11-15T23:03:18.261849619Z",
  "updated_at": "2021-11-15T23:03:18.261849619Z"
}
Is this normal? How can I disable it?
s
This is dummy data, none of it is from the actual database as far as I'm aware. https://github.com/supabase/supabase-js/issues/296#issuecomment-962391773
p
Makes sense, thanks
The "recovery_sent_at":"2021-11-15T21:21:02.274531Z" had me worried
Since it's before all other datetimes