Files
Jyotisha/frontend/tests/fixtures/supabase-auth-users.json
T
2026-07-21 17:52:25 +08:00

24 lines
713 B
JSON

[
{
"id": "018f4e6d-7a11-7000-8000-000000000001",
"email": " Person@Example.com ",
"email_confirmed_at": "2026-07-01T01:02:03.000Z",
"created_at": "2026-06-01T01:02:03.000Z",
"updated_at": "2026-07-02T01:02:03.000Z",
"raw_user_meta_data": {
"full_name": "Person One",
"avatar_url": "https://example.com/person.png"
},
"encrypted_password": "must-not-be-imported",
"last_sign_in_at": "2026-07-10T01:02:03.000Z"
},
{
"id": "018f4e6d-7a11-7000-8000-000000000002",
"email": "second@example.com",
"email_confirmed_at": null,
"created_at": "2026-06-02T01:02:03.000Z",
"updated_at": "2026-06-02T01:02:03.000Z",
"raw_user_meta_data": {}
}
]